mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Make this build under XFree86-3.2 + FreeBSD 2.2.1-R.
Does not affect building under XFree86-3.3.1 + FreeBSD 2.2-CURRENT. PR: ports/4637
This commit is contained in:
parent
d215ceda20
commit
4b19fbb619
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8147
@ -27,7 +27,7 @@
|
||||
#ifdef USEXPM
|
||||
XPMLIBDIR = $(USRLIBDIR)
|
||||
-XPMINC = -I$(INCDIR)
|
||||
+XPMINC = -I$(INCDIR)/X11
|
||||
+XPMINC = -I$(INCDIR)/X11 -I$(INCDIR)
|
||||
XPMLIB = -L$(XPMLIBDIR) -lXpm
|
||||
#endif
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
#ifdef USEXPM
|
||||
XPMLIBDIR = $(USRLIBDIR)
|
||||
-XPMINC = -I$(INCDIR)
|
||||
+XPMINC = -I$(INCDIR)/X11
|
||||
+XPMINC = -I$(INCDIR)/X11 -I$(INCDIR)
|
||||
XPMLIB = -L$(XPMLIBDIR) -lXpm
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user