diff options
author | agc <agc@pkgsrc.org> | 2002-12-03 18:57:52 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-12-03 18:57:52 +0000 |
commit | 46e932621376c79df30ee0a7c5681ea7dc4a97af (patch) | |
tree | 5342236a18f9a0d5b3c0a9ce5f7918b24eabd6db /mk/defs.SunOS.mk | |
parent | d9242dfee43a9d5ff4657408eee567b633876fb5 (diff) | |
download | pkgsrc-46e932621376c79df30ee0a7c5681ea7dc4a97af.tar.gz |
Abstract out the base value of libtool required into _OPSYS_LIBTOOL_REQD,
and use that rather than a hardcoded ${OPSYS} default in bsd.pkg.mk
Diffstat (limited to 'mk/defs.SunOS.mk')
-rw-r--r-- | mk/defs.SunOS.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk index 44a3d456912..a73ec5176ec 100644 --- a/mk/defs.SunOS.mk +++ b/mk/defs.SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.SunOS.mk,v 1.35 2002/11/23 00:00:36 salo Exp $ +# $NetBSD: defs.SunOS.mk,v 1.36 2002/12/03 18:57:53 agc Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -98,6 +98,7 @@ _IMAKE_MAKE= /usr/ccs/bin/make # program which gets invoked by imake _OPSYS_HAS_GMAKE= no # GNU make is not standard _OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages _OPSYS_HAS_OSSAUDIO= no # libossaudio is available +_OPSYS_LIBTOOL_REQD= 1.4.20010614nb9 # base version of libtool required _PATCH_BACKUP_ARG= -V simple -z # switch to patch(1) for backup suffix _PREFORMATTED_MAN_DIR= man # directory where catman pages are _USE_RPATH= yes # add rpath to LDFLAGS |