pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Change the X11_TYPE conditional to work wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3de1e7379395
branches:  trunk
changeset: 593833:3de1e7379395
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Sat Oct 15 03:15:37 2011 +0000

description:
Change the X11_TYPE conditional to work with the switch in the default
X11_TYPE to modular.

diffstat:

 mk/platform/Linux.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 9eeb39215680 -r 3de1e7379395 mk/platform/Linux.mk
--- a/mk/platform/Linux.mk      Sat Oct 15 02:03:59 2011 +0000
+++ b/mk/platform/Linux.mk      Sat Oct 15 03:15:37 2011 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Linux.mk,v 1.43 2011/08/22 15:17:53 cheusov Exp $
+# $NetBSD: Linux.mk,v 1.44 2011/10/15 03:15:37 sbd Exp $
 #
 # Variable definitions for the Linux operating system.
 
 ECHO_N?=       ${ECHO} -n
-.if !defined(X11_TYPE) || ${X11_TYPE} == "native"
+.if defined(X11_TYPE) && ${X11_TYPE} == "native"
 IMAKE_MAKE?=   ${GMAKE}        # program which gets invoked by imake
 IMAKE_TOOLS=           gmake   # extra tools required when we use imake
 .endif



Home | Main Index | Thread Index | Old Index