summaryrefslogtreecommitdiff
path: root/audio/flac/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-09 19:57:54 +0000
committerjlam <jlam>2004-02-09 19:57:54 +0000
commita2ec77e18d19a5e072a8eb375db4df7c99ccb5bd (patch)
treeb1c447fbc275d3fde6e9f42268206401b0eec8dc /audio/flac/Makefile
parent064e5500dc7caa32e7028a1f4338d9dc661c6e83 (diff)
downloadpkgsrc-a2ec77e18d19a5e072a8eb375db4df7c99ccb5bd.tar.gz
USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated.
Diffstat (limited to 'audio/flac/Makefile')
-rw-r--r--audio/flac/Makefile4
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