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 | 3cb6329f4473b7b45631dc698eeeb625f443fdee (patch) | |
tree | b1c447fbc275d3fde6e9f42268206401b0eec8dc /audio/flac | |
parent | 2be13c7afe1ca221f669eb2180f632e41d4a0f8a (diff) | |
download | pkgsrc-3cb6329f4473b7b45631dc698eeeb625f443fdee.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 |