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
commit8c5f0bb89762614d9a7813eb406b37d5760ffbfe (patch)
tree096f0a1de341919e59f467082d0db2ffa660f368 /x11-libs/xclass
parentfixed bug 23576 (diff)
downloadgentoo-2-8c5f0bb89762614d9a7813eb406b37d5760ffbfe.tar.gz
gentoo-2-8c5f0bb89762614d9a7813eb406b37d5760ffbfe.tar.bz2
gentoo-2-8c5f0bb89762614d9a7813eb406b37d5760ffbfe.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')
-rw-r--r--x11-libs/xclass/ChangeLog5
-rw-r--r--x11-libs/xclass/Manifest4
-rw-r--r--x11-libs/xclass/xclass-0.7.4.ebuild10
3 files changed, 11 insertions, 8 deletions
diff --git a/x11-libs/xclass/ChangeLog b/x11-libs/xclass/ChangeLog
index 14d9892d1755..a5bf0caba7f2 100644
--- a/x11-libs/xclass/ChangeLog
+++ b/x11-libs/xclass/ChangeLog
@@ -1,10 +1,13 @@
# ChangeLog for x11-libs/xclass
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.4 2003/02/12 09:24:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.5 2003/06/27 11:56:43 cretin Exp $
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*xclass-0.7.4 (23 Oct 2002)
+ 27 Jun 2003; Stefan Jones <cretin@gentoo.org> :
+ Keep -fPIC as it is needed, fix sandbox instead ...
+
23 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
Initial import. Ebuild submitted by me.
diff --git a/x11-libs/xclass/Manifest b/x11-libs/xclass/Manifest
index 30039360dac6..2b00f1382cc5 100644
--- a/x11-libs/xclass/Manifest
+++ b/x11-libs/xclass/Manifest
@@ -1,3 +1,3 @@
-MD5 e084907879a0123fa719ace2f998c623 ChangeLog 416
-MD5 55dc0833d4bcd916875cd0d030e567b2 xclass-0.7.4.ebuild 1195
+MD5 b9df7dbed228c0adee678d887da94e86 xclass-0.7.4.ebuild 1199
+MD5 b16b8adaf107c1c1128818e25f6b9aaa ChangeLog 521
MD5 9d4235d1ba9655dd10ea3518ac9d96c6 files/digest-xclass-0.7.4 64
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