pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mpg123 Needs to include compiler.mk before using...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e8201c633fa
branches:  trunk
changeset: 470034:1e8201c633fa
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Fri Mar 05 14:24:30 2004 +0000

description:
Needs to include compiler.mk before using PKGSRC_COMPILER.

diffstat:

 audio/mpg123/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8f630f88b606 -r 1e8201c633fa audio/mpg123/Makefile.common
--- a/audio/mpg123/Makefile.common      Fri Mar 05 14:06:27 2004 +0000
+++ b/audio/mpg123/Makefile.common      Fri Mar 05 14:24:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2004/02/09 19:57:55 jlam Exp $
+# $NetBSD: Makefile.common,v 1.14 2004/03/05 14:24:30 bouyer Exp $
 
 DISTNAME=      mpg123-0.59r
 MPG123_VERSION=        0.59.18
@@ -20,7 +20,7 @@
 USE_BUILDLINK2=        # defined
 
 .include "../../mk/bsd.prefs.mk"
-
+.include "../../mk/compiler.mk"
 .if ${OPSYS} == "SunOS"
 .  if !empty(PKGSRC_COMPILER:Msunpro)
 ALL_TARGET=    solaris



Home | Main Index | Thread Index | Old Index