aboutsummaryrefslogtreecommitdiff
path: root/audio/soundtouch
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-05-01 23:09:26 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-05-01 23:09:26 +0000
commit7181b53cff36f9e38d2315fd5d42eab6144afc65 (patch)
tree7eca5e9f0e06cbfbcc5b0f004ec6e2d00b79c801 /audio/soundtouch
parent3495038c300099534b6c4d80869a4328ae200953 (diff)
downloadports-7181b53cff36f9e38d2315fd5d42eab6144afc65.tar.gz
ports-7181b53cff36f9e38d2315fd5d42eab6144afc65.zip
- Mark BROKEN on 9-CURRENT:
{standard input}: Assembler messages: {standard input}:28: Error: suffix or operands invalid for `pop' {standard input}:31: Error: suffix or operands invalid for `push' Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=273424
Diffstat (limited to 'audio/soundtouch')
-rw-r--r--audio/soundtouch/Makefile8
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>