summaryrefslogtreecommitdiff
path: root/print/ghostscript7/files/patch-src:unix-gcc.mak
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-08-20 00:15:59 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-08-20 00:15:59 +0000
commit45008cf7723cb74f5a475b7a1a425450feca4417 (patch)
tree783664a2004cca987847313acb94283c8a5b32ce /print/ghostscript7/files/patch-src:unix-gcc.mak
parentAdd back Gimp-Print (stp) driver support. (diff)
Add back Gimp-Print (stp) driver support.
PR: 41800 Submitted by: Ports Fury
Diffstat (limited to '')
-rw-r--r--print/ghostscript7/files/patch-src:unix-gcc.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript7/files/patch-src:unix-gcc.mak b/print/ghostscript7/files/patch-src:unix-gcc.mak
index c80567c0e983..7839a1bd59f8 100644
--- a/print/ghostscript7/files/patch-src:unix-gcc.mak
+++ b/print/ghostscript7/files/patch-src:unix-gcc.mak
@@ -93,7 +93,7 @@
# specific stuff that <math.h> typically needs; nevertheless, we expect
# gcc to accept ANSI-style function prototypes and function definitions.
-XCFLAGS=
-+XCFLAGS+=-I${LOCALBASE}/include
++XCFLAGS+=-I${.CURDIR}/gimp-print -I${LOCALBASE}/include
CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS)
@@ -102,7 +102,7 @@
# giving the full path names of the shared library directories.
# XLDFLAGS can be set from the command line.
-XLDFLAGS=
-+XLDFLAGS=-L${LOCALBASE}/lib
++XLDFLAGS=-L${.CURDIR}/gimp-print -L${LOCALBASE}/lib
LDFLAGS=$(XLDFLAGS)