pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Set native X11BASE on NetBSD to /usr/X11R7 uncondit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/82b1b183b0bf
branches: trunk
changeset: 410360:82b1b183b0bf
user: kamil <kamil%pkgsrc.org@localhost>
date: Tue Jan 21 10:50:48 2020 +0000
description:
Set native X11BASE on NetBSD to /usr/X11R7 unconditionally
This is the default option for more than a decade now.
diffstat:
mk/bsd.prefs.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b1eed7dc0def -r 82b1b183b0bf mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk Tue Jan 21 10:28:59 2020 +0000
+++ b/mk/bsd.prefs.mk Tue Jan 21 10:50:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.405 2019/11/09 21:24:24 maya Exp $
+# $NetBSD: bsd.prefs.mk,v 1.406 2020/01/21 10:50:48 kamil Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -548,7 +548,7 @@
X11BASE?= /usr/X11
. elif !empty(MACHINE_PLATFORM:MDarwin-??.*-*)
X11BASE?= /opt/X11
-. elif ${OPSYS} == "NetBSD" && ${X11FLAVOUR:U} == "Xorg"
+. elif ${OPSYS} == "NetBSD"
X11BASE?= /usr/X11R7
. elif exists(/usr/X11R7/lib/libX11.so)
X11BASE?= /usr/X11R7
Home |
Main Index |
Thread Index |
Old Index