pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   sevan
Date:           Sun Oct 28 18:08:16 UTC 2018

Modified Files:
        pkgsrc/mk: bsd.prefs.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.398 -r1.399 pkgsrc/mk/bsd.prefs.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/bsd.prefs.mk
diff -u pkgsrc/mk/bsd.prefs.mk:1.398 pkgsrc/mk/bsd.prefs.mk:1.399
--- pkgsrc/mk/bsd.prefs.mk:1.398        Mon Jul 16 19:53:53 2018
+++ pkgsrc/mk/bsd.prefs.mk      Sun Oct 28 18:08:15 2018
@@ -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 @@ OS_VARIANT=         SCOOSR6
 .  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