diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-29 17:40:40 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-29 17:40:40 +0000 |
commit | 4422c0cce3d705bf5b9bcb1e6c561ba4b35deaa7 (patch) | |
tree | 85a114101fd107bbdf1b46af0214ea6b538f46a8 /mk | |
parent | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (diff) | |
download | pkgsrc-4422c0cce3d705bf5b9bcb1e6c561ba4b35deaa7.tar.gz |
Add _OPSYS_LIBTOOL_REQD, following Darwin's example.
Suggested by grant.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defs.IRIX.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk index ef1f5481bc1..4c49122a6da 100644 --- a/mk/defs.IRIX.mk +++ b/mk/defs.IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.IRIX.mk,v 1.22 2003/03/07 16:36:27 jschauma Exp $ +# $NetBSD: defs.IRIX.mk,v 1.23 2003/03/29 17:40:40 jschauma Exp $ # # Variable definitions for the IRIX operating system. @@ -114,6 +114,7 @@ _OPSYS_HAS_INET6= no # IPv6 is not standard _OPSYS_HAS_JAVA= no # Java 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.20010614nb14 # base version of libtool required _OPSYS_PERL_REQD= # no base version of perl required _OPSYS_RPATH_NAME= -rpath, # name of symbol in rpath directive to linker _PATCH_CAN_BACKUP= no # native patch(1) can make backups |