diff options
author | steve <steve@FreeBSD.org> | 1999-06-06 16:01:49 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-06 16:01:49 +0000 |
commit | 0e7a46e6ad0a2a2d627897438318b95b17ec8c5c (patch) | |
tree | d2b4a4a515dd946e0c5e176411e0397548434e1b /x11-wm/windowmaker | |
parent | 1609212b611bfa01f5b1a2bbedb598fd5bf713fb (diff) | |
download | FreeBSD-ports-0e7a46e6ad0a2a2d627897438318b95b17ec8c5c.zip FreeBSD-ports-0e7a46e6ad0a2a2d627897438318b95b17ec8c5c.tar.gz |
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 0000000..efd0565 --- /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@ |