diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-30 14:47:25 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-30 14:47:25 +0000 |
commit | 12621d1545721d9f3360b9c2b2daaf72460dcbd6 (patch) | |
tree | ef52a816c216c3dd4a8e9390e06212fd8f57f9d3 /x11-toolkits/wxgtk28 | |
parent | 1155d39c08b9fbecabfef1207e293b5c9263591b (diff) | |
download | ports-12621d1545721d9f3360b9c2b2daaf72460dcbd6.tar.gz ports-12621d1545721d9f3360b9c2b2daaf72460dcbd6.zip |
Notes
Diffstat (limited to 'x11-toolkits/wxgtk28')
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile index de871bd57b92..e5584dc99d90 100644 --- a/x11-toolkits/wxgtk28/Makefile +++ b/x11-toolkits/wxgtk28/Makefile @@ -81,9 +81,9 @@ LIB_DEPENDS+= wx_base-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 pre-configure: @${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ - -e "s,@CXXFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cxxflags`," \ - -e "s,@CFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cflags`," \ - -e "s,@CPPFLAGS@,," + -e "s|@CXXFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cxxflags`|" \ + -e "s|@CFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cflags`|" \ + -e "s|@CPPFLAGS@||" .endif # !gtk2-contrib-common .endif # !gtk2-contrib-utils |