summaryrefslogtreecommitdiff
path: root/mk/defs.Interix.mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-03-11 22:57:22 +0000
committeragc <agc@pkgsrc.org>2004-03-11 22:57:22 +0000
commit530d286b2462fa560cee839e27997a604ff9b3fa (patch)
tree6487a575e148495affc227c4ac707310854371b8 /mk/defs.Interix.mk
parentee3dc3f7eebee91d110c4b33715056997dc0dc7d (diff)
downloadpkgsrc-530d286b2462fa560cee839e27997a604ff9b3fa.tar.gz
Get rid of all occurrences of cpp-like tests for ${OPSYS} in
bsd.pkg.mk, and use the abstracted means of determining generic shared lib type per operating system.
Diffstat (limited to 'mk/defs.Interix.mk')
-rw-r--r--mk/defs.Interix.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.Interix.mk b/mk/defs.Interix.mk
index 1f69fc483b3..cc0fd13430d 100644
--- a/mk/defs.Interix.mk
+++ b/mk/defs.Interix.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Interix.mk,v 1.5 2004/03/11 21:18:32 tv Exp $
+# $NetBSD: defs.Interix.mk,v 1.6 2004/03/11 22:57:22 agc Exp $
#
# Variable definitions for the Interix operating system.
@@ -123,6 +123,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_RPATH_NAME= -R # name of symbol in rpath directive to linker
+_OPSYS_SHLIB_TYPE= ELF # shared lib type - not exactly true, but near enough
_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= cat # directory where catman pages are