diff options
author | steve <steve@FreeBSD.org> | 1999-06-07 00:01:49 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-07 00:01:49 +0800 |
commit | 0e7a46e6ad0a2a2d627897438318b95b17ec8c5c (patch) | |
tree | d2b4a4a515dd946e0c5e176411e0397548434e1b | |
parent | 1609212b611bfa01f5b1a2bbedb598fd5bf713fb (diff) | |
download | freebsd-ports-gnome-0e7a46e6ad0a2a2d627897438318b95b17ec8c5c.tar.gz freebsd-ports-gnome-0e7a46e6ad0a2a2d627897438318b95b17ec8c5c.tar.zst freebsd-ports-gnome-0e7a46e6ad0a2a2d627897438318b95b17ec8c5c.zip |
Make sure we can find the WINGs header files when compiling util/*.
-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@ |