From a179ad3d8f546c1c98003827a46b726052d9b49f Mon Sep 17 00:00:00 2001 From: sketch Date: Tue, 16 Nov 2004 12:07:03 +0000 Subject: Rearrange statements to make the compiler section more readable. --- audio/flac/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'audio/flac') 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 -- cgit v1.2.3