The bug that required the DTRACE definition has been fixed in v1.4.1

This commit is contained in:
Doug Barton 2003-06-05 05:41:30 +00:00
parent c6d1721692
commit 50cf17daac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82308

View File

@ -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 ; \