mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
BROKEN on 5.x: Does not compile
This commit is contained in:
parent
d336d4435c
commit
b74b9e3087
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100217
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user