diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-01 23:09:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-01 23:09:26 +0000 |
commit | 7181b53cff36f9e38d2315fd5d42eab6144afc65 (patch) | |
tree | 7eca5e9f0e06cbfbcc5b0f004ec6e2d00b79c801 /audio/soundtouch | |
parent | 3495038c300099534b6c4d80869a4328ae200953 (diff) | |
download | ports-7181b53cff36f9e38d2315fd5d42eab6144afc65.tar.gz ports-7181b53cff36f9e38d2315fd5d42eab6144afc65.zip |
Notes
Diffstat (limited to 'audio/soundtouch')
-rw-r--r-- | audio/soundtouch/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index a181bcd7c19d..c879010c2858 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -19,6 +19,12 @@ CONFIGURE_ARGS= --enable-shared=yes USE_LDCONFIG= yes PORTDOCS= README.html +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900000 +BROKEN= does not compile on FreeBSD 9.X +.endif + post-patch: .SILENT # Adjust some paths for FreeBSD, respect CFLAGS, and get rid of GPL ${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E \ @@ -33,4 +39,4 @@ post-patch: .SILENT ${WRKSRC}/Makefile.in .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |