diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-02-04 21:23:22 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-02-04 21:23:22 +0000 |
commit | 977a8d90f09882d88c976a89c111c2aa108af101 (patch) | |
tree | cda871f7ca526a267733d7e1335cc825312ddae0 | |
parent | Add patchset for openmotif-2.2.3 (diff) | |
download | ulm-977a8d90f09882d88c976a89c111c2aa108af101.tar.gz ulm-977a8d90f09882d88c976a89c111c2aa108af101.tar.bz2 ulm-977a8d90f09882d88c976a89c111c2aa108af101.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.patch | 12 |
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" |