summaryrefslogtreecommitdiff
path: root/print/ghostscript9/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript9/Makefile')
-rw-r--r--print/ghostscript9/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript9/Makefile b/print/ghostscript9/Makefile
index 1536e1666c90..9f742fe2922a 100644
--- a/print/ghostscript9/Makefile
+++ b/print/ghostscript9/Makefile
@@ -50,15 +50,15 @@ MAKE_ENV= CFLAGS_STANDARD="${CFLAGS} -g" \
XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \
EXTRALIBS="${EXTRALIBS}" \
SOC_LOADER="dxmainc.c"
-CONFIGURE_ENV= ${MAKE_ENV} CPPFLAGS="${CPPFLAGS}" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= ${MAKE_ENV}
+LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-compile-inits \
--enable-contrib \
--enable-dynamic \
--with-ijs \
--with-jasper \
--with-drivers=""
-CPPFLAGS= -DUPD_SIGNAL=0 -I. \
+CPPFLAGS+= -DUPD_SIGNAL=0 -I. \
-I${WRKSRC}/lcms/include \
-I${WRKSRC}/jasper/src/libjasper/include \
-I${LOCALBASE}/include/libpng \