pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/flac mark flac as NOT_FOR_COMPILER sunpro.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5687867ba4a0
branches:  trunk
changeset: 475406:5687867ba4a0
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat May 15 14:39:54 2004 +0000

description:
mark flac as NOT_FOR_COMPILER sunpro.

diffstat:

 audio/flac/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 23127a52792c -r 5687867ba4a0 audio/flac/Makefile
--- a/audio/flac/Makefile       Sat May 15 14:29:47 2004 +0000
+++ b/audio/flac/Makefile       Sat May 15 14:39:54 2004 +0000
@@ -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 @@
 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.
 #



Home | Main Index | Thread Index | Old Index