pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/flac Rearrange statements to make the compiler s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d9a9bc4a61b
branches:  trunk
changeset: 483629:0d9a9bc4a61b
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Tue Nov 16 12:07:03 2004 +0000

description:
Rearrange statements to make the compiler section more readable.

diffstat:

 audio/flac/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 644f41764ea5 -r 0d9a9bc4a61b audio/flac/Makefile
--- a/audio/flac/Makefile       Tue Nov 16 12:05:54 2004 +0000
+++ b/audio/flac/Makefile       Tue Nov 16 12:07:03 2004 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index