diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-08 16:11:13 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-08 16:11:13 +0000 |
commit | 8ff56546a2ceb140b03f5332f02e691d8721d1ea (patch) | |
tree | 85be053f47abd7f5ba13ff2bb08e9bcb0b9cdf69 /print/ghostscript-gpl/files/patch-src:unix-gcc.mak | |
parent | - Update to version 5.15.3 (diff) |
- Update to version 8.13
PR: 61077
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=97693
Diffstat (limited to 'print/ghostscript-gpl/files/patch-src:unix-gcc.mak')
-rw-r--r-- | print/ghostscript-gpl/files/patch-src:unix-gcc.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript-gpl/files/patch-src:unix-gcc.mak b/print/ghostscript-gpl/files/patch-src:unix-gcc.mak index 0ef8d446ab00..ab8ae52b389b 100644 --- a/print/ghostscript-gpl/files/patch-src:unix-gcc.mak +++ b/print/ghostscript-gpl/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${LOCALBASE}/include/libpng -I${LOCALBASE}/include CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) |