diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-06-05 05:41:30 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-06-05 05:41:30 +0000 |
commit | 50cf17daac4b89cd8d86fb06e8a23254bf9dde8a (patch) | |
tree | 4eb699949c2a7626c018c3592135d7bcef8b0280 /print/hpijs/Makefile | |
parent | c6d1721692bf458b67466ec050614cc7e3e6989c (diff) | |
download | ports-50cf17daac4b89cd8d86fb06e8a23254bf9dde8a.tar.gz ports-50cf17daac4b89cd8d86fb06e8a23254bf9dde8a.zip |
Notes
Diffstat (limited to 'print/hpijs/Makefile')
-rw-r--r-- | print/hpijs/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index fda24df4424d..fd766e23303c 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -28,8 +28,6 @@ CONFIGURE_ARGS= --disable-foomatic-install CPPFLAGS= `${IJS_CONFIG} --cflags` LDFLAGS= `${IJS_CONFIG} --libs` -CFLAGS+= -DTRACE="printf" - post-patch: @${REINPLACE_CMD} -e 's|CFLAGS="-O2 -Wall"|CFLAGS="\$$CFLAGS"|g ; \ s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="\$$CXXFLAGS"|g ; \ |