pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Add SCO Unix to the ELF pile.
details: https://anonhg.NetBSD.org/pkgsrc/rev/441bd68d43a6
branches: trunk
changeset: 343724:441bd68d43a6
user: maya <maya%pkgsrc.org@localhost>
date: Sat Nov 09 21:24:24 2019 +0000
description:
Add SCO Unix to the ELF pile.
Blind commit intended to help PR pkg/54681
diffstat:
mk/bsd.prefs.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 4e4d478483ba -r 441bd68d43a6 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk Sat Nov 09 20:01:14 2019 +0000
+++ b/mk/bsd.prefs.mk Sat Nov 09 21:24:24 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.404 2019/05/07 19:36:43 rillig Exp $
+# $NetBSD: bsd.prefs.mk,v 1.405 2019/11/09 21:24:24 maya Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -360,6 +360,8 @@
. endif
.elif ${OPSYS} == "Cygwin"
OBJECT_FMT= PE
+.elif ${OPSYS} == "SCO_SV"
+OBJECT_FMT= ELF
.endif
# Calculate depth
Home |
Main Index |
Thread Index |
Old Index