diff options
author | pav <pav@FreeBSD.org> | 2011-05-02 07:09:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-05-02 07:09:26 +0800 |
commit | fabb576cfc469317c9f5dae57221457a40d5543b (patch) | |
tree | 71f35ce5a8882d73b312d319268e6efe923297d5 /audio | |
parent | fdf5e260e78cde9881df79393111c9113c127671 (diff) | |
download | freebsd-ports-gnome-fabb576cfc469317c9f5dae57221457a40d5543b.tar.gz freebsd-ports-gnome-fabb576cfc469317c9f5dae57221457a40d5543b.tar.zst freebsd-ports-gnome-fabb576cfc469317c9f5dae57221457a40d5543b.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
Diffstat (limited to 'audio')
-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> |