aboutsummaryrefslogtreecommitdiff
path: root/net/xmlrpc-c
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-07 05:05:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-07 05:05:44 +0000
commitb74b9e30876fd958c30930422d853609b15fb781 (patch)
treedd4d78ddc7ff28bf6e1ef3ef9c497414cd3bab63 /net/xmlrpc-c
parentd336d4435c8c5f4b4d5edec13b95f2f277c17535 (diff)
downloadports-b74b9e30876fd958c30930422d853609b15fb781.tar.gz
ports-b74b9e30876fd958c30930422d853609b15fb781.zip
BROKEN on 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=100217
Diffstat (limited to 'net/xmlrpc-c')
-rw-r--r--net/xmlrpc-c/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile
index 3634daee8246..70f8d7d1600f 100644
--- a/net/xmlrpc-c/Makefile
+++ b/net/xmlrpc-c/Makefile
@@ -28,6 +28,12 @@ MAN1= meerkat-app-list.1 xml-rpc-api2cpp.1 xmlrpc-c-config.1 \
query-meerkat.1 xml-rpc-api2txt.1
MAN7= xmlrpc-c.7
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
pre-patch:
@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
${WRKSRC}/lib/abyss/src/data.c \
@@ -36,4 +42,4 @@ pre-patch:
post-install:
@${RM} -f ${PREFIX}/lib/*.la
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>