From 1382d85001f08953a8baa56faa3dfb09234ad374 Mon Sep 17 00:00:00 2001 From: ahoka Date: Sun, 14 Sep 2008 09:51:30 +0000 Subject: As the openmotif license doesnt allow usage on close source systems, there is no good reason to be default on those platforms. Change the default to lesstif on AIX, BSDOS, Darwin, HPUX, Interix, OSF1. --- mk/platform/BSDOS.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/platform/BSDOS.mk') diff --git a/mk/platform/BSDOS.mk b/mk/platform/BSDOS.mk index d96a0e0fa67..931f5f7f280 100644 --- a/mk/platform/BSDOS.mk +++ b/mk/platform/BSDOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: BSDOS.mk,v 1.24 2008/03/04 06:45:34 jlam Exp $ +# $NetBSD: BSDOS.mk,v 1.25 2008/09/14 09:51:30 ahoka Exp $ # # Variable definitions for the BSD/OS operating system. @@ -24,7 +24,7 @@ EXPORT_SYMBOLS_LDFLAGS?=-Wl,-E # add symbols to the dynamic symbol table .else EXPORT_SYMBOLS_LDFLAGS?=-Wl,--export-dynamic .endif -MOTIF_TYPE_DEFAULT?= openmotif # default 2.0 compatible libs type +MOTIF_TYPE_DEFAULT?= lesstif # openmotif is not for closed platforms NOLOGIN?= /sbin/nologin PKG_TOOLS_BIN?= ${LOCALBASE}/sbin ROOT_CMD?= ${SU} - root -c -- cgit v1.2.3