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 | 7f0c1b05710a9e0aaa6d8e55d07dfe98ff9cc518 (patch) | |
tree | eeb65e7324f70c22f1db7a1338a2db8daf3cb808 /dev-lang/entity | |
parent | Changed python config (diff) | |
download | gentoo-2-7f0c1b05710a9e0aaa6d8e55d07dfe98ff9cc518.tar.gz gentoo-2-7f0c1b05710a9e0aaa6d8e55d07dfe98ff9cc518.tar.bz2 gentoo-2-7f0c1b05710a9e0aaa6d8e55d07dfe98ff9cc518.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`\" } |