summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-08-19 23:41:12 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-08-19 23:41:12 +0000
commit4e99a0223e58b5105fb7ff12ebda4ddcd5fa232c (patch)
tree52397b03688d23ee660918ef67b466405fc39969 /print/ghostscript-gpl/files
parentUpdate to version 10.8 (diff)
Add back Gimp-Print (stp) driver support.
PR: 41799 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=64676
Diffstat (limited to 'print/ghostscript-gpl/files')
-rw-r--r--print/ghostscript-gpl/files/patch-src:unix-gcc.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-gpl/files/patch-src:unix-gcc.mak b/print/ghostscript-gpl/files/patch-src:unix-gcc.mak
index dca774800545..c27a7c5e6610 100644
--- a/print/ghostscript-gpl/files/patch-src:unix-gcc.mak
+++ b/print/ghostscript-gpl/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