pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Minix runs on platforms besides x86, match GNU conf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f3790aed4ec
branches:  trunk
changeset: 314461:0f3790aed4ec
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Sun Oct 28 18:08:15 2018 +0000

description:
Minix runs on platforms besides x86, match GNU config.guess.

diffstat:

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

diffs (18 lines):

diff -r 1d19627f9a5b -r 0f3790aed4ec mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Sun Oct 28 17:40:14 2018 +0000
+++ b/mk/bsd.prefs.mk   Sun Oct 28 18:08:15 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.398 2018/07/16 19:53:53 maya Exp $
+# $NetBSD: bsd.prefs.mk,v 1.399 2018/10/28 18:08:15 sevan Exp $
 #
 # This file includes the mk.conf file, which contains the user settings.
 #
@@ -277,7 +277,7 @@
 .  endif
 
 .elif ${OPSYS} == "Minix"
-LOWER_VENDOR?=         pc
+LOWER_VENDOR?=         unknown
 LOWER_OPSYS:=          ${OPSYS:tl}
 LDFLAGS+=              -lcompat_minix -lminlib
 



Home | Main Index | Thread Index | Old Index