diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-09 19:57:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-09 19:57:54 +0000 |
commit | 5102688caedb713d287a68d05fde0c7252cb8235 (patch) | |
tree | b1c447fbc275d3fde6e9f42268206401b0eec8dc /audio/flac | |
parent | 189496e8a5623f9aed4fca63d910b58b4a78954e (diff) | |
download | pkgsrc-5102688caedb713d287a68d05fde0c7252cb8235.tar.gz |
USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated.
Diffstat (limited to 'audio/flac')
-rw-r--r-- | audio/flac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index a2a9c2dd3f4..77ac499bbb0 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/02/03 12:38:51 abs Exp $ +# $NetBSD: Makefile,v 1.19 2004/02/09 19:57:54 jlam Exp $ # DISTNAME= flac-1.1.0 @@ -29,7 +29,7 @@ BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm # This version of flac doesn't seem to build correctly with -O3 using # the MIPSpro compiler. # -.if defined(USE_MIPSPRO) +.if !empty(PKGSRC_COMPILER:Mmipspro) BUILDLINK_TRANSFORM+= S:-O3: .endif |