aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-11-07 21:54:35 +0800
committerfjoe <fjoe@FreeBSD.org>2003-11-07 21:54:35 +0800
commit7f0f4e94df6232ab1228b5d1f941012185fcb6b1 (patch)
tree376758da3edf19c3aa17f8e9570033f7a18446d2
parentc6ccce888d9d1c6c1e9cbb41a93b94e704947a66 (diff)
downloadfreebsd-ports-gnome-7f0f4e94df6232ab1228b5d1f941012185fcb6b1.tar.gz
freebsd-ports-gnome-7f0f4e94df6232ab1228b5d1f941012185fcb6b1.tar.zst
freebsd-ports-gnome-7f0f4e94df6232ab1228b5d1f941012185fcb6b1.zip
Remove post-patch (it breaks build and is no longer needed).
-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>