pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2004Q4]: pkgsrc/devel/nbitools Pullup ticket 232 - requested b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2645d4c11bc1
branches:  pkgsrc-2004Q4
changeset: 485833:2645d4c11bc1
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Jan 21 01:17:59 2005 +0000

description:
Pullup ticket 232 - requested by Min Sik Kim
build fix for nbitools

Revisions pulled up:
- pkgsrc/devel/nbitools/buildlink3.mk 1.3

        Module Name:    pkgsrc
        Committed By:   minskim
        Date:           Tue Jan 18 17:05:21 UTC 2005

        Modified Files:
               pkgsrc/devel/nbitools: buildlink3.mk

        Log Message:
        Let packages that require nbitools use GNU make on Linux, because
        imake in nbitools generates Makefile that needs GNU make on Linux.

diffstat:

 devel/nbitools/buildlink3.mk |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 8bd86f1b3c10 -r 2645d4c11bc1 devel/nbitools/buildlink3.mk
--- a/devel/nbitools/buildlink3.mk      Fri Jan 21 01:10:35 2005 +0000
+++ b/devel/nbitools/buildlink3.mk      Fri Jan 21 01:17:59 2005 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: buildlink3.mk,v 1.2 2004/03/05 21:08:52 minskim Exp $
+# $NetBSD: buildlink3.mk,v 1.2.8.1 2005/01/21 01:17:59 salo Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 NBITOOLS_BUILDLINK3_MK:=       ${NBITOOLS_BUILDLINK3_MK}+
 
+.include "../../mk/bsd.prefs.mk"
+
 .if !empty(BUILDLINK_DEPTH:M+)
 BUILDLINK_DEPENDS+=    nbitools
 .endif
@@ -19,6 +21,10 @@
 
 XMKMF_CMD=     ${BUILDLINK_PREFIX.nbitools}/libexec/itools/xmkmf
 
+.if ${OPSYS} == "Linux"
+USE_GNU_TOOLS+=        make
+.endif
+
 .endif # NBITOOLS_BUILDLINK3_MK
 
 BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index