summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-02-04 21:23:22 +0000
committerUlrich Müller <ulm@gentoo.org>2009-02-04 21:23:22 +0000
commit977a8d90f09882d88c976a89c111c2aa108af101 (patch)
treecda871f7ca526a267733d7e1335cc825312ddae0
parentAdd patchset for openmotif-2.2.3 (diff)
downloadulm-openmotif-2.2.3-patches-2.tar.gz
ulm-openmotif-2.2.3-patches-2.tar.bz2
ulm-openmotif-2.2.3-patches-2.zip
Fix "present but cannot be compiled" warning in configure, bug 82081.openmotif-2.2.3-patches-2
-rw-r--r--patchsets/motif/2.2.3/14_all_ac-editres.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patchsets/motif/2.2.3/14_all_ac-editres.patch b/patchsets/motif/2.2.3/14_all_ac-editres.patch
new file mode 100644
index 0000000..253ac78
--- /dev/null
+++ b/patchsets/motif/2.2.3/14_all_ac-editres.patch
@@ -0,0 +1,12 @@
+http://bugs.gentoo.org/82081
+
+--- openMotif-2.2.3-orig/configure.in
++++ openMotif-2.2.3/configure.in
+@@ -58,6 +58,7 @@
+ X_XMU=-lXmu
+ AC_DEFINE(HAVE_LIBXMU, [], [HAVE_LIBXMU])
+ , X_XMU="", -lXt -lX11)
++,,[[#include <X11/Intrinsic.h>]]
+ )
+ AC_SUBST(X_XMU)
+ LIBS="$save_LIBS"