summaryrefslogtreecommitdiff
path: root/audio/flac
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-18 17:39:27 +0000
committerjlam <jlam@pkgsrc.org>2004-02-18 17:39:27 +0000
commit74b73891926783d405408cbc90beb6bb603a9483 (patch)
tree0273df06f70c4dedc28121584805adf4671bae82 /audio/flac
parent0435954643f99887c170bb218dc2787052ec40b9 (diff)
downloadpkgsrc-74b73891926783d405408cbc90beb6bb603a9483.tar.gz
Include compiler.mk before checking the value of PKGSRC_COMPILER.
Diffstat (limited to 'audio/flac')
-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