summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbie Hopkins <herbs@gentoo.org>2005-08-03 22:16:13 +0000
committerHerbie Hopkins <herbs@gentoo.org>2005-08-03 22:16:13 +0000
commitda639fbd605f5281af16c283887ff5e84d869da4 (patch)
treec1a89cc66c61eb56876931047182b583d2a2e1e8 /sci-libs/ogdi/ogdi-3.1.5-r1.ebuild
parentVersion bump. (diff)
downloadgentoo-2-da639fbd605f5281af16c283887ff5e84d869da4.tar.gz
gentoo-2-da639fbd605f5281af16c283887ff5e84d869da4.tar.bz2
gentoo-2-da639fbd605f5281af16c283887ff5e84d869da4.zip
Removed --with-proj option so the --with-projlib option doesn't get ignored.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-libs/ogdi/ogdi-3.1.5-r1.ebuild')
-rw-r--r--sci-libs/ogdi/ogdi-3.1.5-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/ogdi/ogdi-3.1.5-r1.ebuild b/sci-libs/ogdi/ogdi-3.1.5-r1.ebuild
index 515504c9f010..93482d270df9 100644
--- a/sci-libs/ogdi/ogdi-3.1.5-r1.ebuild
+++ b/sci-libs/ogdi/ogdi-3.1.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ogdi/ogdi-3.1.5-r1.ebuild,v 1.4 2005/08/03 21:46:13 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ogdi/ogdi-3.1.5-r1.ebuild,v 1.5 2005/08/03 22:16:13 herbs Exp $
inherit toolchain-funcs eutils
@@ -29,7 +29,7 @@ src_compile() {
export CFG="release"
export LD_LIBRARY_PATH=$TOPDIR/bin/${TARGET}
- econf --with-proj=/usr --with-projlib="-L/usr/$(get_libdir) -lproj" \
+ econf --with-projlib="-L/usr/$(get_libdir) -lproj" \
--with-zlib --with-expat || die "econf failed"
make || die "make failed"
}