pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/tracker No need to add CC to the MAKE_FLAGS sinc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14e46aabf3ca
branches:  trunk
changeset: 497076:14e46aabf3ca
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Wed Jul 20 01:54:04 2005 +0000

description:
No need to add CC to the MAKE_FLAGS since it is added automatically
(and the CC here were not correctly quoted, which failed if CC
were set to e.g. "gcc -pipe")

diffstat:

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

diffs (18 lines):

diff -r a26a085016cb -r 14e46aabf3ca audio/tracker/Makefile
--- a/audio/tracker/Makefile    Wed Jul 20 01:47:17 2005 +0000
+++ b/audio/tracker/Makefile    Wed Jul 20 01:54:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2005/04/11 21:44:57 tv Exp $
+# $NetBSD: Makefile,v 1.34 2005/07/20 01:54:04 kristerw Exp $
 
 DISTNAME=              tracker-5.3
 PKGREVISION=           1
@@ -17,7 +17,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 WRKSRC=                        ${WRKDIR}/tracker
-MAKE_FLAGS=            MACHINE=${LOWER_OPSYS} CC=${CC} INSTALL="${INSTALL}" \
+MAKE_FLAGS=            MACHINE=${LOWER_OPSYS} INSTALL="${INSTALL}" \
                INST_BIN_OPT="-c -s -m ${BINMODE} -o ${BINOWN} -g ${BINGRP}" \
                INST_MAN_OPT="-c -m 644 -o ${BINOWN} -g ${BINGRP}" \
                COMPRESSION_FILE=${PKG_SYSCONFDIR}/compression_methods \



Home | Main Index | Thread Index | Old Index