1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

BROKEN: Does not compile on 5.x

This commit is contained in:
Kris Kennaway 2003-07-31 09:47:53 +00:00
parent 6c40dce61d
commit af7b2da240
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86040

View File

@ -26,6 +26,12 @@ USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_XPM= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
pre-patch:
@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
${WRKSRC}/libXmx/Xmx.h ${WRKSRC}/libdtm/dtm.c \
@ -43,4 +49,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/Mosaic ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/app-defaults.color ${PREFIX}/lib/X11/app-defaults/Mosaic
.include <bsd.port.mk>
.include <bsd.port.post.mk>