[patch] cleanup non-supported FreeBSD versions

PR:		ports/111651
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout
This commit is contained in:
Edwin Groothuis 2007-05-02 07:58:00 +00:00
parent 0bf075c64b
commit f79fd0de06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191388

View File

@ -32,10 +32,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|neaacdec.h|faad.h|g' ${WRKSRC}/common/sourcedecoders/AudioSourceDecoder.cpp
@${REINPLACE_CMD} -e 's|DRMCH_SBR_PS_STEREO|DRMCH_SBR_STEREO|g' ${WRKSRC}/common/sourcedecoders/AudioSourceDecoder.cpp
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not build on 4.x
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>