From 45252003a9802e936d4f6c5ab02a2fba00aa7d26 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Fri, 17 Aug 2007 16:33:09 +0000 Subject: - Disable GS_DEVS_SHARED to fix svga drivers build PR: ports/115593 Reported by: Barbara Patched by: KATO Tsuguru --- print/ghostscript-gpl/files/patch-src:unix-gcc.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/ghostscript-gpl/files') diff --git a/print/ghostscript-gpl/files/patch-src:unix-gcc.mak b/print/ghostscript-gpl/files/patch-src:unix-gcc.mak index 15462223d8b1..0bed3eb9cea8 100644 --- a/print/ghostscript-gpl/files/patch-src:unix-gcc.mak +++ b/print/ghostscript-gpl/files/patch-src:unix-gcc.mak @@ -128,7 +128,7 @@ # specific stuff that typically needs; nevertheless, we expect # gcc to accept ANSI-style function prototypes and function definitions. -XCFLAGS=-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"$(gssharedir)\" -+XCFLAGS+=-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"$(gssharedir)\" ++#XCFLAGS+=-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"$(gssharedir)\" +XCFLAGS+=-DUPD_SIGNAL=0 -I${JPXSRCDIR}/src/libjasper/include -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) -- cgit v1.2.3