BROKEN on 4.x: Does not compile
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue