1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

BROKEN: Does not compile

This commit is contained in:
Kris Kennaway 2004-12-11 21:43:50 +00:00
parent ec7608e820
commit 2d2075ff34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123767
2 changed files with 4 additions and 8 deletions

View File

@ -26,6 +26,8 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
freetype.9:${PORTSDIR}/print/freetype2 \
xml2.5:${PORTSDIR}/textproc/libxml2
BROKEN= "Does not compile"
USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_MESA= yes
@ -41,10 +43,6 @@ ALL_TARGET= opt
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
post-patch:
@${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
-e "s|malloc\.h|stdlib.h|"

View File

@ -26,6 +26,8 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
freetype.9:${PORTSDIR}/print/freetype2 \
xml2.5:${PORTSDIR}/textproc/libxml2
BROKEN= "Does not compile"
USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_MESA= yes
@ -41,10 +43,6 @@ ALL_TARGET= opt
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
post-patch:
@${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
-e "s|malloc\.h|stdlib.h|"