pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/nas Use GNU make on Linux



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ccd330361f1
branches:  trunk
changeset: 461374:9ccd330361f1
user:      martti <martti%pkgsrc.org@localhost>
date:      Mon Sep 15 08:08:04 2003 +0000

description:
Use GNU make on Linux

diffstat:

 audio/nas/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 910ff62c9481 -r 9ccd330361f1 audio/nas/Makefile
--- a/audio/nas/Makefile        Mon Sep 15 07:39:34 2003 +0000
+++ b/audio/nas/Makefile        Mon Sep 15 08:08:04 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2003/07/29 12:59:08 wulf Exp $
+# $NetBSD: Makefile,v 1.30 2003/09/15 08:08:04 martti Exp $
 
 DISTNAME=      nas-1.6.src
 PKGNAME=       ${DISTNAME:S/.src//}
@@ -23,6 +23,13 @@
 
 REPLACE_PERL=          clients/audio/auscope/auscope
 
+.include "../../mk/bsd.prefs.mk"
+
+# We must use GNU make on Linux
+.if ${OPSYS} == "Linux"
+USE_GNU_TOOLS+=        make
+.endif
+
 pre-configure:
        cd ${WRKSRC}; for file in                                       \
                config/NetAudio.def;                                    \



Home | Main Index | Thread Index | Old Index