pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform Only force gmake for imake on Linux, if us...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc6f78dc669d
branches: trunk
changeset: 537638:dc6f78dc669d
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Jan 12 22:44:10 2008 +0000
description:
Only force gmake for imake on Linux, if using native implementation.
diffstat:
mk/platform/Linux.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 338bfbd5e2d9 -r dc6f78dc669d mk/platform/Linux.mk
--- a/mk/platform/Linux.mk Sat Jan 12 21:57:04 2008 +0000
+++ b/mk/platform/Linux.mk Sat Jan 12 22:44:10 2008 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Linux.mk,v 1.31 2007/10/19 13:41:35 rillig Exp $
+# $NetBSD: Linux.mk,v 1.32 2008/01/12 22:44:10 joerg Exp $
#
# Variable definitions for the Linux operating system.
ECHO_N?= ${ECHO} -n
+.if !defined(X11_TYPE) || ${X11_TYPE} == "native"
IMAKE_MAKE?= ${GMAKE} # program which gets invoked by imake
+.endif
IMAKEOPTS+= -DBuildHtmlManPages=NO
PKGLOCALEDIR?= share
PS?= /bin/ps
Home |
Main Index |
Thread Index |
Old Index