summaryrefslogtreecommitdiff
path: root/audio/flac
diff options
context:
space:
mode:
authorgrant <grant>2004-05-15 14:39:54 +0000
committergrant <grant>2004-05-15 14:39:54 +0000
commit8ba7301ebf12fc95ebff442b45ad8daae300014e (patch)
treefa48ac5a7cc0485359dc221826693a79c0ac51b2 /audio/flac
parenta3f1bac91abb7b126797b77f3f0abf6ab5ce9f92 (diff)
downloadpkgsrc-8ba7301ebf12fc95ebff442b45ad8daae300014e.tar.gz
mark flac as NOT_FOR_COMPILER sunpro.
Diffstat (limited to 'audio/flac')
-rw-r--r--audio/flac/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index f77396022eb..8fdad0b8b93 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/04/12 23:15:01 salo Exp $
+# $NetBSD: Makefile,v 1.23 2004/05/15 14:39:54 grant Exp $
#
DISTNAME= flac-1.1.0
@@ -24,6 +24,9 @@ CONFIGURE_ENV+= ac_cv_path_XMMS_CONFIG="no"
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
.endif
+# This version of flac doesn't build with SunPro yet.
+NOT_FOR_COMPILER= sunpro
+
# This version of flac doesn't seem to build correctly with -O3 using
# the MIPSpro compiler.
#