summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Jones <cretin@gentoo.org>2003-06-27 11:56:43 +0000
committerStefan Jones <cretin@gentoo.org>2003-06-27 11:56:43 +0000
commit63dc82f070218673222b466967475b92ffb3d33e (patch)
tree68449ee994be437f8b010a7e8d7bd5c14fbbbf1a /x11-libs/xclass/xclass-0.7.4.ebuild
parentfixed bug 23576 (diff)
downloadhistorical-63dc82f070218673222b466967475b92ffb3d33e.tar.gz
historical-63dc82f070218673222b466967475b92ffb3d33e.tar.bz2
historical-63dc82f070218673222b466967475b92ffb3d33e.zip
Modified Files:
ChangeLog Manifest xclass-0.7.4.ebuild files/digest-xclass-0.7.4 Add -fPIC again, sandbox has been fixed / removed etc... shared libraries need -fPIC if you compile them properly
Diffstat (limited to 'x11-libs/xclass/xclass-0.7.4.ebuild')
-rw-r--r--x11-libs/xclass/xclass-0.7.4.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-libs/xclass/xclass-0.7.4.ebuild b/x11-libs/xclass/xclass-0.7.4.ebuild
index 704977bdc6c2..8d455ad8f9d2 100644
--- a/x11-libs/xclass/xclass-0.7.4.ebuild
+++ b/x11-libs/xclass/xclass-0.7.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.7.4.ebuild,v 1.5 2003/02/13 17:03:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.7.4.ebuild,v 1.6 2003/06/27 11:56:43 cretin Exp $
DESCRIPTION="a C++ GUI toolkit for the X windows environment"
HOMEPAGE="http://xclass.sourceforge.net/"
@@ -19,10 +19,10 @@ src_compile() {
econf --enable-shared=yes --with-x
# for some reason -fPIC dies while sandboxed ...
- cd ${S}/lib/libxclass
- cp Makefile Makefile.old
- sed -e "s/shared: CXXFLAGS += -fPIC//" \
- Makefile.old > Makefile
+ #cd ${S}/lib/libxclass
+ #cp Makefile Makefile.old
+ #sed -e "s/shared: CXXFLAGS += -fPIC//" \
+ # Makefile.old > Makefile
cd ${S}
if [ "`use static`" ] ; then