summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-04-11 18:58:52 +0000
committertnn <tnn@pkgsrc.org>2007-04-11 18:58:52 +0000
commit346430a654ad596db366e28337c1a9565fbb4599 (patch)
tree208f077dfb74410048165af172a9a748548d7a9d /mk
parent9eb1b772a673cbc1b93da0cfc0959f53e30d4cf5 (diff)
downloadpkgsrc-346430a654ad596db366e28337c1a9565fbb4599.tar.gz
OSF1 uses ECOFF libraries. Rename COFF to ECOFF to distinguish it from other
variants of COFF.
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/OSF1.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/OSF1.mk b/mk/platform/OSF1.mk
index f80a6345c7e..cb32cea6212 100644
--- a/mk/platform/OSF1.mk
+++ b/mk/platform/OSF1.mk
@@ -1,4 +1,4 @@
-# $NetBSD: OSF1.mk,v 1.15 2007/04/11 13:31:52 tnn Exp $
+# $NetBSD: OSF1.mk,v 1.16 2007/04/11 18:58:52 tnn Exp $
#
# Variable definitions for the OSF1 operating system.
@@ -59,7 +59,7 @@ _OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages
_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= COFF # type of shared lib
+_OPSYS_SHLIB_TYPE= ECOFF # type of shared lib
_PATCH_CAN_BACKUP= yes # native patch(1) can make backups
_PATCH_BACKUP_ARG?= -b -V simple -z # switch to patch(1) for backup suffix
_USE_RPATH= yes # add rpath to LDFLAGS