[patch] audio/squash - cleanup non-supported FreeBSD versions

PR:		ports/111690
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	Matthias Andree <matthias.andree@gmx.de>
This commit is contained in:
Edwin Groothuis 2007-04-16 06:47:06 +00:00
parent dcaec155f9
commit 0089daa72f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190077

View File

@ -29,8 +29,6 @@ USE_RUBY= yes
PORTDOCS= *
.endif
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e "s|--std=gnu99|--std=gnu99 ${CFLAGS} ${PTHREAD_CFLAGS}|; \
s|-Iinclude|-Iinclude -I${LOCALBASE}/include|; \
@ -55,10 +53,4 @@ do-install:
.endfor
.endif
.if ${OSVERSION} < 501100
IGNORE= "ignored: FreeBSD before 5.1 lacks the wordexp interface"
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>