BROKEN on 4.x: Does not compile

This commit is contained in:
Kris Kennaway 2005-04-10 21:46:47 +00:00
parent 7822883e4f
commit 3c30966bd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132964
3 changed files with 21 additions and 3 deletions

View file

@ -20,9 +20,15 @@ INSTALLS_SHLIB= yes
PLIST_SUB= VERSION=${PORTVERSION:R}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
post-patch:
@${REINPLACE_CMD} -e 's|stdint\.h|inttypes.h|g' \
${WRKSRC}/liboil/liboiltypes.h \
${WRKSRC}/liboil/liboil.h
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -20,4 +20,10 @@ USE_LIBTOOL_VER=15
USE_GNOME= gnomehack libgsf
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
.include <bsd.port.post.mk>

View file

@ -20,4 +20,10 @@ USE_LIBTOOL_VER=15
USE_GNOME= gnomehack libgsf
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
.include <bsd.port.post.mk>