diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-07-05 09:55:52 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-07-05 09:55:52 +0000 |
commit | 34060ed417e946e3d787a2ad21c2165cfa185ee2 (patch) | |
tree | f26dd67702e61dcdfd5c3d280d9c9c38eb65f455 /media-gfx | |
parent | Updated to 3.1.34-r5 (diff) | |
download | gentoo-2-34060ed417e946e3d787a2ad21c2165cfa185ee2.tar.gz gentoo-2-34060ed417e946e3d787a2ad21c2165cfa185ee2.tar.bz2 gentoo-2-34060ed417e946e3d787a2ad21c2165cfa185ee2.zip |
python fixors
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/k3studio/k3studio-0.98.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/k3studio/k3studio-0.98.ebuild b/media-gfx/k3studio/k3studio-0.98.ebuild index 3d6d5cf8ab28..c3e6a8f04804 100644 --- a/media-gfx/k3studio/k3studio-0.98.ebuild +++ b/media-gfx/k3studio/k3studio-0.98.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-gfx/k3studio/k3studio-0.98.ebuild,v 1.1 2002/07/05 00:29:21 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/k3studio/k3studio-0.98.ebuild,v 1.2 2002/07/05 09:55:52 verwilst Exp $ inherit kde-base || die @@ -19,8 +19,8 @@ HOMEPAGE="http://k3studio.sourceforge.net" src_compile() { myconf="--with-qhull-includes=/usr/include/qhull" myconf="$myconf --with-qhull-libraries=/usr/lib" - myconf="$myconf --with-python-includes=/usr/include/python2.2" - myconf="$myconf --with-python-libraries=\\\"-L. -L/usr/lib/python2.2/config `python-config`\\\"" + myconf="$myconf --with-python-includes=/usr/include/python2.2" + myconf="$myconf --with-python-libraries=/usr/lib/python2.2/config" kde_src_compile myconf kde_src_compile configure |