- Mark as BROKEN on 5.x (undefined reference to 'playsound'). Probably a

dependency doesn't enable some feature there. Has to be tracked.

Reported by:	pointyhat (via pav)
This commit is contained in:
Alejandro Pulver 2007-12-16 01:36:36 +00:00
parent a8aa67e112
commit 52446c2a67

View file

@ -25,4 +25,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|$$(prefix)/doc/$$(PACKAGE)|$$(docdir)|' \
${WRKSRC}/Makefile.in ${WRKSRC}/tuxtype/docs/en/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
BROKEN= Does not build due to undefined reference to 'playsound' in 5.x
.endif
.include <bsd.port.post.mk>