mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Make sure we can find the WINGs header files when compiling util/*.
This commit is contained in:
parent
1f7fe3f825
commit
5da40d24d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19238
11
x11-wm/windowmaker/files/patch-ai
Normal file
11
x11-wm/windowmaker/files/patch-ai
Normal file
@ -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@
|
Loading…
Reference in New Issue
Block a user