pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/flac Include compiler.mk before checking the val...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7724ff157d20
branches:  trunk
changeset: 469007:7724ff157d20
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Feb 18 17:39:27 2004 +0000

description:
Include compiler.mk before checking the value of PKGSRC_COMPILER.

diffstat:

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

diffs (17 lines):

diff -r 147fc3ab2fdf -r 7724ff157d20 audio/flac/Makefile
--- a/audio/flac/Makefile       Wed Feb 18 16:58:36 2004 +0000
+++ b/audio/flac/Makefile       Wed Feb 18 17:39:27 2004 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index