diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-09 13:37:26 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-09 13:37:26 +0000 |
commit | f34ef29b3403c236b950b51270da2d8f5a56b13c (patch) | |
tree | d491e0fb4430af711d4b32a9352e242e95397529 /audio | |
parent | Mark BROKEN with GCC 4.2: does not compile (diff) |
Mark BROKEN on 8.0: does not compile
Notes
Notes:
svn path=/head/; revision=206950
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-imms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-imms/Makefile b/audio/xmms-imms/Makefile index 23f941b62457..dc1757c3a9dd 100644 --- a/audio/xmms-imms/Makefile +++ b/audio/xmms-imms/Makefile @@ -39,7 +39,7 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" +.if ${ARCH} != "i386" || ${OSVERSION} >= 800000 BROKEN= Does not compile .endif |