summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-18 17:39:27 +0000
committerjlam <jlam>2004-02-18 17:39:27 +0000
commita7992fe349cd3cf9e794ec7fe75fe306d82890e7 (patch)
tree0273df06f70c4dedc28121584805adf4671bae82 /audio
parentc4b5039542828263414e867328f02a2390657226 (diff)
downloadpkgsrc-a7992fe349cd3cf9e794ec7fe75fe306d82890e7.tar.gz
Include compiler.mk before checking the value of PKGSRC_COMPILER.
Diffstat (limited to 'audio')
-rw-r--r--audio/flac/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index db4a467d5a6..44a09ec58df 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/02/14 17:21:32 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2004/02/18 17:39:27 jlam Exp $
#
DISTNAME= flac-1.1.0
@@ -27,6 +27,7 @@ BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
# This version of flac doesn't seem to build correctly with -O3 using
# the MIPSpro compiler.
#
+.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mmipspro)
BUILDLINK_TRANSFORM+= S:-O3:
.endif