From 04665b405175b28c12d28afd3385ced309ea3c43 Mon Sep 17 00:00:00 2001 From: sf Date: Mon, 14 Jan 2002 15:06:04 +0000 Subject: o fix build of HPinkjet driver. o change WWW. PR: 33797 Submitted by: KATO Tsuguru --- print/ghostscript-gpl/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'print/ghostscript-gpl/Makefile') diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index ead4761f1346..6e4971d8732e 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -170,8 +170,9 @@ post-patch: ${PERL} -pi -e 's|\. de|\.|g' \ ${WRKSRC}/src/unixinst.mak # for HPinkjet driver - ${PERL} -pi -e 's|CFLAGS="-O2 -Wall"||g ; \ - s|CXXFLAGS="-O2 -Wall"||g' ${WRKSRC}/${HPIJS_NAME}/configure + ${PERL} -pi -e 's|CFLAGS="-O2 -Wall"|CFLAGS="\$$CFLAGS -O0"|g ; \ + s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="\$$CXXFLAGS -O0"|g' \ + ${WRKSRC}/${HPIJS_NAME}/configure find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \ 's|#include ||g' -- cgit