aboutsummaryrefslogtreecommitdiffstats
path: root/net/xmlrpc-c-devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-07 13:05:44 +0800
committerkris <kris@FreeBSD.org>2004-02-07 13:05:44 +0800
commit32f46cdd047027bcd63661f036c5b9533763d6bb (patch)
tree9cc2a922be0bb5fbabf8f3d8fb41f3687d1bb268 /net/xmlrpc-c-devel
parenta21a799431c2b18ea5b7b364dd2c21c921a10ca9 (diff)
downloadfreebsd-ports-graphics-32f46cdd047027bcd63661f036c5b9533763d6bb.tar.gz
freebsd-ports-graphics-32f46cdd047027bcd63661f036c5b9533763d6bb.tar.zst
freebsd-ports-graphics-32f46cdd047027bcd63661f036c5b9533763d6bb.zip
BROKEN on 5.x: Does not compile
Diffstat (limited to 'net/xmlrpc-c-devel')
-rw-r--r--net/xmlrpc-c-devel/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/xmlrpc-c-devel/Makefile b/net/xmlrpc-c-devel/Makefile
index 3634daee824..70f8d7d1600 100644
--- a/net/xmlrpc-c-devel/Makefile
+++ b/net/xmlrpc-c-devel/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>