summaryrefslogtreecommitdiff
path: root/audio/flac
diff options
context:
space:
mode:
authorsketch <sketch@pkgsrc.org>2004-11-16 12:07:03 +0000
committersketch <sketch@pkgsrc.org>2004-11-16 12:07:03 +0000
commit7850b349c76d0cf3a57a0fe5376e67094e102380 (patch)
tree6811d7ddbfa5cc6762fccd5fc2297b15a70978ad /audio/flac
parent346c51cc6ea3997d0015bde149e7c6441ecf765a (diff)
downloadpkgsrc-7850b349c76d0cf3a57a0fe5376e67094e102380.tar.gz
Rearrange statements to make the compiler section more readable.
Diffstat (limited to 'audio/flac')
-rw-r--r--audio/flac/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index fce26204aef..9aad4e528a0 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2004/11/16 12:05:54 sketch Exp $
+# $NetBSD: Makefile,v 1.31 2004/11/16 12:07:03 sketch Exp $
DISTNAME= flac-1.1.1
PKGREVISION= 1
@@ -32,9 +32,10 @@ CONFIGURE_ARGS+= --disable-altivec
.endif
.endif
+.include "../../mk/compiler.mk"
+
# 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+= rm:-O3
.endif