summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-08-11 04:45:10 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-08-11 04:45:10 +0000
commit4b49eb9b8c6a3b4a71aec3d95815bf0fbf67ca09 (patch)
tree01be7e24716ca9a2d67db51acbc6c2c8025b547a /dev-lang/entity/entity-0.7.2.ebuild
parentapp-* \" fix (diff)
downloadgentoo-2-4b49eb9b8c6a3b4a71aec3d95815bf0fbf67ca09.tar.gz
gentoo-2-4b49eb9b8c6a3b4a71aec3d95815bf0fbf67ca09.tar.bz2
gentoo-2-4b49eb9b8c6a3b4a71aec3d95815bf0fbf67ca09.zip
dev-* /" fix
Diffstat (limited to 'dev-lang/entity/entity-0.7.2.ebuild')
-rw-r--r--dev-lang/entity/entity-0.7.2.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-lang/entity/entity-0.7.2.ebuild b/dev-lang/entity/entity-0.7.2.ebuild
index ce23791cccd2..6478e0fe92f9 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.7 2001/07/07 17:29:13 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/entity/entity-0.7.2.ebuild,v 1.8 2001/08/11 04:45:10 drobbins Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -66,14 +66,12 @@ src_compile() {
then
myconf="$myconf --enable-gtkgl"
fi
- try DEBIAN_ENTITY_MAGIC=\"voodoo\" CFLAGS=\"$CFLAGS -I/usr/X11R6/include\" ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} \
+ try DEBIAN_ENTITY_MAGIC="voodoo" CFLAGS="$CFLAGS -I/usr/X11R6/include" ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} \
--enable-exec-class=yes \
--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 --libs`\"
-
-
+ try make LDFLAGS="-L/usr/lib/python2.0/config/ -lpython2.0 `python-config --libs`"
}
src_install () {