summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2008-10-10 03:59:39 -0400
committerJames Cloos <cloos@jhcloos.com>2008-10-10 03:59:39 -0400
commite7e8cf13597e19867f2ad600fbf499bfe433bb05 (patch)
tree7702bf78d08fe7d88923491da6b372fbe2c03fa1
parentfbab92ab5712879bf54430528836b06bede7dc25 (diff)
Fix x11-libs/libXaw compliation error
Add patch from Shunichi Fuji <palglowr@gmail.com> to fix configure error
-rw-r--r--x11-libs/libXaw/Manifest3
-rw-r--r--x11-libs/libXaw/files/libXaw-9999-configure.patch12
-rw-r--r--x11-libs/libXaw/libXaw-9999.ebuild1
3 files changed, 15 insertions, 1 deletions
diff --git a/x11-libs/libXaw/Manifest b/x11-libs/libXaw/Manifest
index d222eb5..3775b4c 100644
--- a/x11-libs/libXaw/Manifest
+++ b/x11-libs/libXaw/Manifest
@@ -1 +1,2 @@
-EBUILD libXaw-9999.ebuild 656 RMD160 a6223dced9bd50e1102ba2f383011db3d6471b0d SHA1 f69bab6c5a4555a9da4067457bb2436a564343b9 SHA256 271ca25c709bcb8c52018072f1a09d4329bd175dbeba1695166e3cf5837960c3
+AUX libXaw-9999-configure.patch 360 RMD160 a84a6f45fac425ce7fe6e2aa9058b7a0464ad22a SHA1 bc66799a869b04d9dd7dd4490d3a954d21f66135 SHA256 37697d620a1fb209ac0abb9f06d2624f5859d2d841f0a23c160667e435896a7f
+EBUILD libXaw-9999.ebuild 679 RMD160 69dfb9890887f815d5df92473fc2eab406030e93 SHA1 d3e49cfa2fa2b084243615cafb627e9ae3a14440 SHA256 5198d4c4abe63042ebaced3fe5282f0d715fb2129b3cb05ce41ecb3cf5cdfada
diff --git a/x11-libs/libXaw/files/libXaw-9999-configure.patch b/x11-libs/libXaw/files/libXaw-9999-configure.patch
new file mode 100644
index 0000000..c6f97b9
--- /dev/null
+++ b/x11-libs/libXaw/files/libXaw-9999-configure.patch
@@ -0,0 +1,12 @@
+diff --git a/configure.ac b/configure.ac
+index 1e93691..1104d99 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -14,6 +14,7 @@ AM_CONFIG_HEADER(config.h)
+ # Check for progs
+ AC_PROG_CC
+ AC_PROG_LIBTOOL
++LT_OUTPUT
+
+ # Need to call this explicitly since the first call to PKG_CHECK_MODULES
+ # is in an if statement, and later calls would break if it's skipped.
diff --git a/x11-libs/libXaw/libXaw-9999.ebuild b/x11-libs/libXaw/libXaw-9999.ebuild
index 45edb53..9f24e16 100644
--- a/x11-libs/libXaw/libXaw-9999.ebuild
+++ b/x11-libs/libXaw/libXaw-9999.ebuild
@@ -1,6 +1,7 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EGIT_PATCHES="*.patch"
inherit x-modular
DESCRIPTION="X.Org Xaw library"