aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostscript8/files
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-08-20 07:41:12 +0800
committernaddy <naddy@FreeBSD.org>2002-08-20 07:41:12 +0800
commit938e2162521f42295aa655dc90b700d939b00cb1 (patch)
treee3394423a590ece1fc3576fa160dcdfb7e1cf950 /print/ghostscript8/files
parent2e4f8323e947f600d57b3dffbb1c4946b3178d56 (diff)
downloadfreebsd-ports-gnome-938e2162521f42295aa655dc90b700d939b00cb1.tar.gz
freebsd-ports-gnome-938e2162521f42295aa655dc90b700d939b00cb1.tar.zst
freebsd-ports-gnome-938e2162521f42295aa655dc90b700d939b00cb1.zip
Add back Gimp-Print (stp) driver support.
PR: 41799 Submitted by: Ports Fury
Diffstat (limited to 'print/ghostscript8/files')
-rw-r--r--print/ghostscript8/files/patch-src:unix-gcc.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript8/files/patch-src:unix-gcc.mak b/print/ghostscript8/files/patch-src:unix-gcc.mak
index dca774800545..c27a7c5e6610 100644
--- a/print/ghostscript8/files/patch-src:unix-gcc.mak
+++ b/print/ghostscript8/files/patch-src:unix-gcc.mak
@@ -101,7 +101,7 @@
# specific stuff that <math.h> typically needs; nevertheless, we expect
# gcc to accept ANSI-style function prototypes and function definitions.
-XCFLAGS=
-+#XCFLAGS=
++XCFLAGS+=-I${.CURDIR}/gimp-print
CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS)
@@ -110,7 +110,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) -fno-common