From 7181b53cff36f9e38d2315fd5d42eab6144afc65 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 1 May 2011 23:09:26 +0000 Subject: - 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 --- audio/soundtouch/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'audio/soundtouch') 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 + +.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 +.include -- cgit v1.2.3