From 977a8d90f09882d88c976a89c111c2aa108af101 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 4 Feb 2009 21:23:22 +0000 Subject: Fix "present but cannot be compiled" warning in configure, bug 82081. --- patchsets/motif/2.2.3/14_all_ac-editres.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patchsets/motif/2.2.3/14_all_ac-editres.patch 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 ]] + ) + AC_SUBST(X_XMU) + LIBS="$save_LIBS" -- cgit v1.2.3-65-gdbad