diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-07-07 17:29:13 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-07-07 17:29:13 +0000 |
commit | 9c0538b801ecb25d4e92b038e4950f3a7cf9f670 (patch) | |
tree | 19514d2e19237adcc5786fe60e9034f0d5ef8653 /dev-lang/entity | |
parent | Changed python config (diff) | |
download | historical-9c0538b801ecb25d4e92b038e4950f3a7cf9f670.tar.gz historical-9c0538b801ecb25d4e92b038e4950f3a7cf9f670.tar.bz2 historical-9c0538b801ecb25d4e92b038e4950f3a7cf9f670.zip |
*** empty log message ***
Diffstat (limited to 'dev-lang/entity')
-rw-r--r-- | dev-lang/entity/entity-0.7.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/entity/entity-0.7.2.ebuild b/dev-lang/entity/entity-0.7.2.ebuild index fb5a488ea5ae..ce23791cccd2 100644 --- a/dev-lang/entity/entity-0.7.2.ebuild +++ b/dev-lang/entity/entity-0.7.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/entity/entity-0.7.2.ebuild,v 1.6 2001/07/07 17:27:48 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/entity/entity-0.7.2.ebuild,v 1.7 2001/07/07 17:29:13 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -71,7 +71,7 @@ src_compile() { --enable-gtk=module \ --enable-c=module $myconf \ --enable-javascript=yes --with-included-njs --enable-csinc - try make LDFLAGS=\"-L/usr/lib/python2.0/config/ -lpython2.0 `python-config`\" + try make LDFLAGS=\"-L/usr/lib/python2.0/config/ -lpython2.0 `python-config --libs`\" } |