diff options
author | agc <agc@pkgsrc.org> | 2004-03-11 22:57:22 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-03-11 22:57:22 +0000 |
commit | c01ac65b3cdcb21f67fec84221887892fc4f64b3 (patch) | |
tree | 6487a575e148495affc227c4ac707310854371b8 /mk/defs.NetBSD.mk | |
parent | 066c7da73afd0a33bfc3b2fa7b0ede5e0a6fde98 (diff) | |
download | pkgsrc-c01ac65b3cdcb21f67fec84221887892fc4f64b3.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.NetBSD.mk')
-rw-r--r-- | mk/defs.NetBSD.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.NetBSD.mk b/mk/defs.NetBSD.mk index 8c7314ce745..b41abd519a6 100644 --- a/mk/defs.NetBSD.mk +++ b/mk/defs.NetBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.NetBSD.mk,v 1.60 2004/01/31 16:52:16 xtraeme Exp $ +# $NetBSD: defs.NetBSD.mk,v 1.61 2004/03/11 22:57:22 agc Exp $ # # Variable definitions for the NetBSD operating system. @@ -139,6 +139,7 @@ _OPSYS_HAS_OSSAUDIO= yes # 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/a.out # shared lib type _PATCH_CAN_BACKUP= yes # native patch(1) can make backups _PATCH_BACKUP_ARG?= -V simple -b # switch to patch(1) for backup suffix _PREFORMATTED_MAN_DIR= cat # directory where catman pages are |