diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2006-09-18 17:02:33 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2006-09-18 17:02:33 +0000 |
commit | 04a281eab3efb6176a54af6ea1f6751da1b2ef31 (patch) | |
tree | ff6d096b9b38211b5c0e62149f7471b6788f29f3 /dev-db/sqsh/sqsh-2.1.3-r1.ebuild | |
parent | Stable on x86, bug #147936. (diff) | |
download | historical-04a281eab3efb6176a54af6ea1f6751da1b2ef31.tar.gz historical-04a281eab3efb6176a54af6ea1f6751da1b2ef31.tar.bz2 historical-04a281eab3efb6176a54af6ea1f6751da1b2ef31.zip |
Add a patch knicked from ports to allow sqsh to build on Gentoo/FreeBSD, and add ~x86-fbsd keywording.
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'dev-db/sqsh/sqsh-2.1.3-r1.ebuild')
-rw-r--r-- | dev-db/sqsh/sqsh-2.1.3-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-db/sqsh/sqsh-2.1.3-r1.ebuild b/dev-db/sqsh/sqsh-2.1.3-r1.ebuild index 450eb771c48d..556ec2ce737d 100644 --- a/dev-db/sqsh/sqsh-2.1.3-r1.ebuild +++ b/dev-db/sqsh/sqsh-2.1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1.3-r1.ebuild,v 1.2 2006/03/16 13:51:28 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1.3-r1.ebuild,v 1.3 2006/09/18 17:02:33 steev Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" IUSE="readline X motif" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 ~amd64 ~x86-fbsd" DEPEND="dev-db/freetds readline? ( sys-libs/readline ) @@ -29,6 +29,8 @@ DEPEND="dev-db/freetds src_unpack() { unpack ${A}; cd ${S} epatch ${WORKDIR}/${P}-autotools.patch + # Patch knicked from ports so that we don't pass -ldb when in a BSD + epatch ${FILESDIR}/${PN}-2.1.3-fbsd-configure.patch } src_compile() { |