forked from Lainports/freebsd-ports
- 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:
parent
a8aa67e112
commit
52446c2a67
1 changed files with 7 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue