diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-07 05:19:30 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-07 05:19:30 +0000 |
commit | 4b19fbb6193d215873c2b21f1f77c2bd739b9871 (patch) | |
tree | b2380ed8f5498e8aa39b1640b814390c55077212 /graphics/xfig | |
parent | Turn on netpipes. (diff) |
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
Diffstat (limited to 'graphics/xfig')
-rw-r--r-- | graphics/xfig/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xfig/files/patch-aa b/graphics/xfig/files/patch-aa index 4569f2ad7e56..d939a3d42a8d 100644 --- a/graphics/xfig/files/patch-aa +++ b/graphics/xfig/files/patch-aa @@ -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 |