summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2005-07-10 21:31:59 +0000
committerJonathan Smith <smithj@gentoo.org>2005-07-10 21:31:59 +0000
commit1ddac300b82261f7e6a2401865336f7af9aee9b5 (patch)
tree5175b2513c8f7042dbd49a0253d79df4d25fd3ef /x11-plugins
parentDisable gcc visibility support for bug #98582. (diff)
downloadhistorical-1ddac300b82261f7e6a2401865336f7af9aee9b5.tar.gz
historical-1ddac300b82261f7e6a2401865336f7af9aee9b5.tar.bz2
historical-1ddac300b82261f7e6a2401865336f7af9aee9b5.zip
#98534: ./configure can now find x11 in gentoo; patch thanks to basic <basic@mozdev.org>
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmblob/ChangeLog10
-rw-r--r--x11-plugins/wmblob/Manifest16
-rw-r--r--x11-plugins/wmblob/files/gentoo-cflags.patch11
-rw-r--r--x11-plugins/wmblob/files/wmblob-configure-fixes.patch21
-rw-r--r--x11-plugins/wmblob/wmblob-1.0.1.ebuild9
5 files changed, 47 insertions, 20 deletions
diff --git a/x11-plugins/wmblob/ChangeLog b/x11-plugins/wmblob/ChangeLog
index a526e3b2bf69..adfeb243857f 100644
--- a/x11-plugins/wmblob/ChangeLog
+++ b/x11-plugins/wmblob/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/wmblob
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/ChangeLog,v 1.5 2004/11/24 05:03:14 weeve Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/ChangeLog,v 1.6 2005/07/10 21:31:59 smithj Exp $
+
+ 10 Jul 2005; Jonathan Smith <smithj@gentoo.org>
+ -files/gentoo-cflags.patch, +files/wmblob-configure-fixes.patch,
+ wmblob-1.0.1.ebuild:
+ #98534: ./configure can now find x11 in gentoo; patch thanks to basic
+ <basic@mozdev.org>
23 Nov 2004; Jason Wever <weeve@gentoo.org> wmblob-1.0.1.ebuild:
Added ~sparc keyword.
diff --git a/x11-plugins/wmblob/Manifest b/x11-plugins/wmblob/Manifest
index 75d5597de7c7..b42872802613 100644
--- a/x11-plugins/wmblob/Manifest
+++ b/x11-plugins/wmblob/Manifest
@@ -1,6 +1,16 @@
-MD5 7d96f8a07104d557f9518ec819aad1de ChangeLog 767
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 e75227b75c041d2702e88220ea7cbf18 ChangeLog 1002
MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165
-MD5 81949009ab89945049517466a1c7c9b5 wmblob-1.0.1.ebuild 1035
+MD5 804eec037808059a562de3b3750c3167 wmblob-1.0.1.ebuild 1068
MD5 18919b645c99104e0d245449a17f6507 files/digest-wmblob-1.0.1 65
-MD5 e14ebbd1f61de0db3f734809191ac824 files/gentoo-cflags.patch 316
MD5 e071f5107eeb98d3da0d49f18691b92b files/wmblob.desktop 170
+MD5 00ea8a34d168a32d869970637704e9c7 files/wmblob-configure-fixes.patch 518
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFC0ZPgl5AvwDPiUowRAh6eAJ9QMjYobEIVcEOMhwdJPQveUiM1uQCg0i5f
+Hguoo/3I2182yr5+T0tm1Go=
+=dWUS
+-----END PGP SIGNATURE-----
diff --git a/x11-plugins/wmblob/files/gentoo-cflags.patch b/x11-plugins/wmblob/files/gentoo-cflags.patch
deleted file mode 100644
index 6304c1f24681..000000000000
--- a/x11-plugins/wmblob/files/gentoo-cflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure 2004-07-18 00:39:44.704951200 +0200
-+++ configure 2004-07-18 00:40:42.536159520 +0200
-@@ -4473,7 +4473,7 @@
-
-
- # compiler flags
--CFLAGS="$CFLAGS -O2 -Wall"
-+CFLAGS="$CFLAGS $GENTOO_CFLAGS -Wall"
-
- ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile"
-
diff --git a/x11-plugins/wmblob/files/wmblob-configure-fixes.patch b/x11-plugins/wmblob/files/wmblob-configure-fixes.patch
new file mode 100644
index 000000000000..52ef1054643a
--- /dev/null
+++ b/x11-plugins/wmblob/files/wmblob-configure-fixes.patch
@@ -0,0 +1,21 @@
+--- configure.orig 2005-07-10 17:26:19.673044250 -0400
++++ configure 2005-07-10 17:28:20.964624500 -0400
+@@ -3368,7 +3368,9 @@
+ echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
+ fi
+
++if test "x$x_libraries" != "x"; then
+ LIBS="$LIBS -L$x_libraries"
++fi
+
+ # Checks for libraries.
+
+@@ -4473,7 +4475,7 @@
+
+
+ # compiler flags
+-CFLAGS="$CFLAGS -O2 -Wall"
++CFLAGS="$CFLAGS -O2 $GENTOO_CFLAGS -Wall"
+
+ ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile"
+
diff --git a/x11-plugins/wmblob/wmblob-1.0.1.ebuild b/x11-plugins/wmblob/wmblob-1.0.1.ebuild
index 3982ab6149d6..ea77dece80d4 100644
--- a/x11-plugins/wmblob/wmblob-1.0.1.ebuild
+++ b/x11-plugins/wmblob/wmblob-1.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/wmblob-1.0.1.ebuild,v 1.5 2004/11/24 05:03:14 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/wmblob-1.0.1.ebuild,v 1.6 2005/07/10 21:31:59 smithj Exp $
inherit eutils
@@ -22,8 +22,9 @@ KEYWORDS="x86 ppc ~sparc"
src_unpack() {
unpack ${A}
cd ${S}
- # We patch the ./configure script to make it honour Gentoo CFLAGS
- epatch ${FILESDIR}/gentoo-cflags.patch
+ # We patch the ./configure script to make it honour Gentoo CFLAGS and the
+ # X11 location
+ epatch ${FILESDIR}/${PN}-configure-fixes.patch
}
src_compile() {