diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-08-16 21:56:32 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-08-16 21:56:32 +0000 |
commit | 062fabcb13efa30ae9368b5a73e4cd782e554a64 (patch) | |
tree | 0dda41d25335fd15d438dd96c8962c2fc08ddd7d /x11-libs/openmotif/files | |
parent | made tk dependency optional (on X) (diff) | |
download | gentoo-2-062fabcb13efa30ae9368b5a73e4cd782e554a64.tar.gz gentoo-2-062fabcb13efa30ae9368b5a73e4cd782e554a64.tar.bz2 gentoo-2-062fabcb13efa30ae9368b5a73e4cd782e554a64.zip |
Added a patch to change the include order of tools/wml/Makefile.in to
fix compile problems.
Diffstat (limited to 'x11-libs/openmotif/files')
-rw-r--r-- | x11-libs/openmotif/files/include-order.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-libs/openmotif/files/include-order.diff b/x11-libs/openmotif/files/include-order.diff new file mode 100644 index 000000000000..f3ca0a362c83 --- /dev/null +++ b/x11-libs/openmotif/files/include-order.diff @@ -0,0 +1,12 @@ +diff -urN openMotif-2.2.2/tools/wml/Makefile.in openMotif-2.2.2-modified/tools/wml/Makefile.in +--- openMotif-2.2.2/tools/wml/Makefile.in Thu Feb 14 08:15:49 2002 ++++ openMotif-2.2.2-modified/tools/wml/Makefile.in Fri Aug 16 16:49:20 2002 +@@ -121,7 +121,7 @@ + + wmldbcreate_LDADD = ../../lib/Xm/libXm.la + +-INCLUDES = ${X_CFLAGS} -I$(srcdir)/../../lib -I$(srcdir)/../../include ++INCLUDES = -I$(srcdir)/../../lib -I$(srcdir)/../../include ${X_CFLAGS} + + noinst_LIBRARIES = libwml.a + libwml_a_SOURCES = wmlparse.y wml.c wmloutkey.c wmlouth.c wmloutmm.c wmloutp1.c wmlresolve.c wmlsynbld.c wmlutils.c |