diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 08:15:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 08:15:21 +0000 |
commit | 04c875ac5b638e4987da3248792d8fad2dc0a9e4 (patch) | |
tree | 4562c60980c81635434bca35bce59ab89a491426 /net/easysoap | |
parent | da5c62b32df78f954471d48d8bc8ddabbe4328d0 (diff) | |
download | ports-04c875ac5b638e4987da3248792d8fad2dc0a9e4.tar.gz ports-04c875ac5b638e4987da3248792d8fad2dc0a9e4.zip |
Notes
Diffstat (limited to 'net/easysoap')
-rw-r--r-- | net/easysoap/Makefile | 3 |
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> |