aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-06 16:01:49 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-06 16:01:49 +0000
commit5da40d24d640d5ddd307268d2d21447717e3563b (patch)
treea4b201849f71ab838d01bb779dd001f1827d9d82 /x11-wm
parent1f7fe3f825598764ee38996f52f2977ca3abf024 (diff)
downloadports-5da40d24d640d5ddd307268d2d21447717e3563b.tar.gz
ports-5da40d24d640d5ddd307268d2d21447717e3563b.zip
Make sure we can find the WINGs header files when compiling util/*.
Notes
Notes: svn path=/head/; revision=19238
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/windowmaker/files/patch-ai11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/files/patch-ai b/x11-wm/windowmaker/files/patch-ai
new file mode 100644
index 000000000000..efd0565c8b24
--- /dev/null
+++ b/x11-wm/windowmaker/files/patch-ai
@@ -0,0 +1,11 @@
+--- util/Makefile.in.orig Sat Jun 5 15:25:51 1999
++++ util/Makefile.in Sat Jun 5 15:26:38 1999
+@@ -146,7 +146,7 @@
+ PROGRAMS = $(bin_PROGRAMS)
+
+
+-DEFS = @DEFS@ -I. -I$(srcdir) -I../src
++DEFS = @DEFS@ -I. -I../WINGs -I$(srcdir) -I../src
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@