From 78999174a21d9ce45103087e98ffe59c103c9277 Mon Sep 17 00:00:00 2001 From: FUJISHIMA Satsuki Date: Sat, 19 Jan 2002 04:28:19 +0000 Subject: support CFLAGS/CXXFLAGS properly. PR: 34026 Submitted by: KATO Tsuguru --- print/ghostscript8/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'print/ghostscript8') diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 6f4ffd14b8a2..54a6d8820eb3 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -170,6 +170,9 @@ post-patch: ${PERL} -pi -e 's|\. de|\.|g' \ ${WRKSRC}/src/unixinst.mak # for HPinkjet driver + ${PERL} -pi -e 's|CFLAGS="-O2 -Wall"|CFLAGS="\$$CFLAGS"|g ; \ + s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="\$$CXXFLAGS"|g' \ + ${WRKSRC}/${HPIJS_NAME}/configure find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \ 's|#include ||g' -- cgit v1.2.3