diff options
author | dougb <dougb@FreeBSD.org> | 2003-06-05 05:41:30 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-06-05 05:41:30 +0000 |
commit | 57fa9eb7d73eba81f9de8873895272a8938c4590 (patch) | |
tree | 038db6a6d4c80d44ee3c0bc29b3526efa6d0629f /print/hpijs | |
parent | f8146a41c74c6472791a4e52ced063add375c854 (diff) | |
download | FreeBSD-ports-57fa9eb7d73eba81f9de8873895272a8938c4590.zip FreeBSD-ports-57fa9eb7d73eba81f9de8873895272a8938c4590.tar.gz |
The bug that required the DTRACE definition has been fixed in v1.4.1
Diffstat (limited to 'print/hpijs')
-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 fda24df..fd766e2 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 ; \ |