Fix breakage introduced with recent WindowMaker update.
Submitted by: bento
This commit is contained in:
parent
9028aaf44d
commit
d4104bb3f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39635
@ -21,7 +21,7 @@
|
||||
-STD_INCLUDES = $(WRASTERCFLAGS) $(WSOUNDCFLAGS)
|
||||
+WINGSLIBS = -lWINGs -L/$(LOCALBASE)/lib -lPropList
|
||||
+
|
||||
+STD_INCLUDES = $(WRASTERCFLAGS) -I${LOCALBASE}/include -I${X11BASE}/include
|
||||
+STD_INCLUDES = $(WRASTERCFLAGS) -I${LOCALBASE}/include -I${X11BASE}/include -I${X11BASE}/include/WINGs
|
||||
DEPLIBS = $(DEPXLIB)
|
||||
|
||||
LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WSOUNDLFLAGS) $(WSOUNDLIBS) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB)
|
||||
|
Loading…
Reference in New Issue
Block a user