summaryrefslogtreecommitdiff
path: root/print/ghostscript-gnu/files/patch-src:unix-gcc.mak
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-12 14:34:03 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-12 14:34:03 +0000
commit81ec0cfbc922c67735f67e0c8808ad0006090449 (patch)
treed396c710e5a8f5b7a564383cf6471a0f5e624f84 /print/ghostscript-gnu/files/patch-src:unix-gcc.mak
parent- Update to version 1.58 (diff)
- Replace HP2200 driver (currently unavailable at master site)
with HP8XX driver - Update ghotscript-fonts-std to version 8.11 - Update EPLASER driver to version 3.1.4 - Fix minor bug in paparsize handling of LIPS driver - Fix minor bug in Japanese vertical font support PR: 61249 Submitted by: Ports Fury
Diffstat (limited to 'print/ghostscript-gnu/files/patch-src:unix-gcc.mak')
-rw-r--r--print/ghostscript-gnu/files/patch-src:unix-gcc.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript-gnu/files/patch-src:unix-gcc.mak b/print/ghostscript-gnu/files/patch-src:unix-gcc.mak
index 22920fb1f675..e09585bae9f3 100644
--- a/print/ghostscript-gnu/files/patch-src:unix-gcc.mak
+++ b/print/ghostscript-gnu/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${.CURDIR}/gimp-print -I${LOCALBASE}/include
++XCFLAGS+=-I${.CURDIR}/gimp-print -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include
CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS)