Mark broken on 4.X.

Reported by:	pointyhat via kris
This commit is contained in:
Joe Marcus Clarke 2005-11-19 03:56:58 +00:00
parent f3fbbd2b23
commit b33cb8004b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148762
3 changed files with 12 additions and 0 deletions

View file

@ -42,6 +42,10 @@ OPTIONS= IPOD "Enable iPod support" off \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not build on 4.X"
.endif
.ifdef (WITH_IPOD)
CONFIGURE_ARGS+= --enable-ipod
.endif

View file

@ -42,6 +42,10 @@ OPTIONS= IPOD "Enable iPod support" off \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not build on 4.X"
.endif
.ifdef (WITH_IPOD)
CONFIGURE_ARGS+= --enable-ipod
.endif

View file

@ -27,6 +27,10 @@ INSTALLS_OMF= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not build on 4.X"
.endif
post-patch:
@${REINPLACE_CMD} -e 's|src/main\.c|${PORTNAME}|g' ${WRKSRC}/configure