diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-09-19 17:45:32 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-09-19 17:45:32 +0000 |
commit | 5aad0c527f1afa8b9e063b10900b35eda318217e (patch) | |
tree | 54afc2d281712947e61d269410af07b21383d5ee /x11-toolkits | |
parent | a2e057b5e4f6fc20169e5bfd9bc758439a75ef51 (diff) | |
download | ports-5aad0c527f1afa8b9e063b10900b35eda318217e.tar.gz ports-5aad0c527f1afa8b9e063b10900b35eda318217e.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/open-motif/files/patch-tools::wml::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/open-motif/files/patch-tools::wml::Makefile.in b/x11-toolkits/open-motif/files/patch-tools::wml::Makefile.in new file mode 100644 index 000000000000..37b1c96a673a --- /dev/null +++ b/x11-toolkits/open-motif/files/patch-tools::wml::Makefile.in @@ -0,0 +1,11 @@ +--- tools/wml/Makefile.in.orig Thu Feb 14 23:15:49 2002 ++++ tools/wml/Makefile.in Wed Sep 18 07:49:28 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 |