pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform UnixWare has never used a.out. It descend...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc3a421bfc4c
branches:  trunk
changeset: 501745:cc3a421bfc4c
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Oct 27 22:39:08 2005 +0000

description:
UnixWare has never used a.out.  It descends directly from SVR4, and thus
is ELF by definition.

diffstat:

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

diffs (18 lines):

diff -r fa0511483ce3 -r cc3a421bfc4c mk/platform/UnixWare.mk
--- a/mk/platform/UnixWare.mk   Thu Oct 27 22:11:13 2005 +0000
+++ b/mk/platform/UnixWare.mk   Thu Oct 27 22:39:08 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: UnixWare.mk,v 1.16 2005/08/02 03:38:09 reed Exp $
+# $NetBSD: UnixWare.mk,v 1.17 2005/10/27 22:39:08 tv Exp $
 #
 # Variable definitions for the UnixWare 7 operating system.
 
@@ -49,7 +49,7 @@
 _OPSYS_HAS_OSSAUDIO=   no              # libossaudio is available
 _OPSYS_PERL_REQD=              # no base version of perl required
 _OPSYS_PTHREAD_AUTO=   no              # -lpthread needed for pthreads
-_OPSYS_SHLIB_TYPE=     ELF/a.out       # shared lib type
+_OPSYS_SHLIB_TYPE=     ELF             # shared lib type
 _PATCH_CAN_BACKUP=     yes             # native patch(1) can make backups
 _PATCH_BACKUP_ARG?=    -b -V simple -z # switch to patch(1) for backup suffix
 _PREFORMATTED_MAN_DIR= man             # directory where catman pages are



Home | Main Index | Thread Index | Old Index