diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-02-04 21:04:38 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-02-04 21:04:38 +0000 |
commit | 2f78f47c751ff2ec91591f24d7b5483f4fca6baf (patch) | |
tree | a844c503b0991992d2f26c722216bf2399e7eed1 /x11-libs/openmotif/files | |
parent | use a working pamd file - force directory permission on spool directory (diff) | |
download | historical-2f78f47c751ff2ec91591f24d7b5483f4fca6baf.tar.gz historical-2f78f47c751ff2ec91591f24d7b5483f4fca6baf.tar.bz2 historical-2f78f47c751ff2ec91591f24d7b5483f4fca6baf.zip |
Fix "present but cannot be compiled" warning in configure, bug 82081.
Package-Manager: portage-2.2_rc23/cvs/Linux i686
Diffstat (limited to 'x11-libs/openmotif/files')
-rw-r--r-- | x11-libs/openmotif/files/openmotif-2.3.1-ac-editres.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-libs/openmotif/files/openmotif-2.3.1-ac-editres.patch b/x11-libs/openmotif/files/openmotif-2.3.1-ac-editres.patch new file mode 100644 index 000000000000..ab32f41a66d8 --- /dev/null +++ b/x11-libs/openmotif/files/openmotif-2.3.1-ac-editres.patch @@ -0,0 +1,12 @@ +http://bugs.gentoo.org/82081 + +--- openmotif-2.3.1-orig/configure.ac 2008-08-30 13:10:19.000000000 +0200 ++++ openmotif-2.3.1/configure.ac 2009-02-04 19:28:02.000000000 +0100 +@@ -75,6 +75,7 @@ + AC_CHECK_LIB(Xmu,XmuNCopyISOLatin1Lowered , + AC_DEFINE(HAVE_XMU_N_COPY_ISO,1,Have XmuNCopyISOLatin1Lowered) + , , -lXt -lX11) ++,,[[#include <X11/Intrinsic.h>]] + ) + + |