diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-06 19:40:49 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-06 19:40:49 +0000 |
commit | 5520157367f0be536bc06211c8837ea1b5edb000 (patch) | |
tree | a60afdca7870ef88d2ea6a536a5953e317218f23 /print/ghostscript-gpl/files/patch-src:unix-gcc.mak | |
parent | add bugfix from CURRENT (diff) |
- Spin off Gimp-Print driver.
- Update EPLASER driver to version 3.0.4.
- Update GDI driver.
PR: 41274
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=64117
Diffstat (limited to 'print/ghostscript-gpl/files/patch-src:unix-gcc.mak')
-rw-r--r-- | print/ghostscript-gpl/files/patch-src:unix-gcc.mak | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript-gpl/files/patch-src:unix-gcc.mak b/print/ghostscript-gpl/files/patch-src:unix-gcc.mak index 94085a8e0710..dca774800545 100644 --- a/print/ghostscript-gpl/files/patch-src:unix-gcc.mak +++ b/print/ghostscript-gpl/files/patch-src:unix-gcc.mak @@ -1,5 +1,5 @@ --- src/unix-gcc.mak.orig Fri Feb 1 15:27:58 2002 -+++ src/unix-gcc.mak Sat Feb 9 04:34:53 2002 ++++ src/unix-gcc.mak Fri Jun 7 05:20:39 2002 @@ -26,14 +26,15 @@ # source, generated intermediate file, and object directories # for the graphics library (GL) and the PostScript/PDF interpreter (PS). @@ -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+=-I${.CURDIR}/gimp-print ++#XCFLAGS= 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${.CURDIR}/gimp-print -L${LOCALBASE}/lib ++XLDFLAGS=-L${LOCALBASE}/lib LDFLAGS=$(XLDFLAGS) -fno-common |