aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-01-26 16:15:21 +0800
committerkris <kris@FreeBSD.org>2002-01-26 16:15:21 +0800
commitfff092dfe8ac85aca9b7b3e4c146a7a1208b4aa7 (patch)
tree45477088d8be13a9ca520043283985f59df9cab6 /net
parent2376e21ad8ae9f64571cfb3cbbf08f4596e66641 (diff)
downloadfreebsd-ports-gnome-fff092dfe8ac85aca9b7b3e4c146a7a1208b4aa7.tar.gz
freebsd-ports-gnome-fff092dfe8ac85aca9b7b3e4c146a7a1208b4aa7.tar.zst
freebsd-ports-gnome-fff092dfe8ac85aca9b7b3e4c146a7a1208b4aa7.zip
Fix build on -current
Diffstat (limited to 'net')
-rw-r--r--net/easysoap/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile
index e80c94b50791..41e7b7ceea2c 100644
--- a/net/easysoap/Makefile
+++ b/net/easysoap/Makefile
@@ -22,4 +22,7 @@ CONFIGURE_ENV= CXXFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lexpat"
INSTALLS_SHLIB= yes
+pre-patch:
+ @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
+ ${WRKSRC}/src/abyss/src/data.c
.include <bsd.port.mk>