diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-06 16:01:49 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-06 16:01:49 +0000 |
commit | 5da40d24d640d5ddd307268d2d21447717e3563b (patch) | |
tree | a4b201849f71ab838d01bb779dd001f1827d9d82 /x11-wm/windowmaker | |
parent | 1f7fe3f825598764ee38996f52f2977ca3abf024 (diff) | |
download | freebsd-ports-5da40d24d640d5ddd307268d2d21447717e3563b.zip |
Make sure we can find the WINGs header files when compiling util/*.
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/files/patch-ai | 11 |
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@ |