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: nia
Date: Sat Feb 22 21:27:07 UTC 2025
Modified Files:
pkgsrc/mk: bsd.prefs.mk
Log Message:
mk: Fix "malformed conditional" on QNX.
To generate a diff of this commit:
cvs rdiff -u -r1.455 -r1.456 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.455 pkgsrc/mk/bsd.prefs.mk:1.456
--- pkgsrc/mk/bsd.prefs.mk:1.455 Tue Feb 18 13:06:28 2025
+++ pkgsrc/mk/bsd.prefs.mk Sat Feb 22 21:27:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.455 2025/02/18 13:06:28 wiz Exp $
+# $NetBSD: bsd.prefs.mk,v 1.456 2025/02/22 21:27:07 nia Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -315,7 +315,7 @@ NATIVE_OS_VARIANT= Solaris
NATIVE_LOWER_VARIANT_VERSION= ${_UNAME_V}
. endif
-.elif ${OPSYS} == "SCO_SV"
+.elif ${NATIVE_OPSYS} == "SCO_SV"
SCO_RELEASE!= ${UNAME} -r
SCO_VERSION!= ${UNAME} -v
NATIVE_LOWER_VENDOR?= pc
Home |
Main Index |
Thread Index |
Old Index