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/fcace0649507
branches:  trunk
changeset: 417382:fcace0649507
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 5eae5d59a340 -r fcace0649507 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