aboutsummaryrefslogtreecommitdiff
path: root/math/gambit
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-11-07 13:54:35 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-11-07 13:54:35 +0000
commit31470b35abce72d751f2c50b1e7ae545291f2640 (patch)
tree1af0e479df4d030445a6993f412a3b895dabd320 /math/gambit
parent4ee00aa7ae167db8f28358808a17e02cb71f77f0 (diff)
downloadports-31470b35abce72d751f2c50b1e7ae545291f2640.tar.gz
ports-31470b35abce72d751f2c50b1e7ae545291f2640.zip
Remove post-patch (it breaks build and is no longer needed).
Notes
Notes: svn path=/head/; revision=93303
Diffstat (limited to 'math/gambit')
-rw-r--r--math/gambit/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile
index b54bbbe06213..2ab2ade3c264 100644
--- a/math/gambit/Makefile
+++ b/math/gambit/Makefile
@@ -17,16 +17,9 @@ COMMENT= A library of tools for doing computation in game theory
LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
-USE_REINPLACE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= WX_CONFIG=${X11BASE}/bin/wxgtk2-2.4-config
MAKE_ENV= WX_CONFIG=${X11BASE}/bin/wxgtk2-2.4-config
-post-patch:
- @${GREP} -lR "values\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
- -e "s|values\.h|limits.h|"
- @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
- -e "s|malloc\.h|stdlib.h|"
-
.include <bsd.port.mk>