diff options
author | jschauma <jschauma> | 2003-03-29 17:40:40 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-29 17:40:40 +0000 |
commit | ea4c5cf8242ed8bf54ec9fe00625ea50024d7f54 (patch) | |
tree | 85a114101fd107bbdf1b46af0214ea6b538f46a8 | |
parent | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (diff) | |
download | pkgsrc-ea4c5cf8242ed8bf54ec9fe00625ea50024d7f54.tar.gz |
Add _OPSYS_LIBTOOL_REQD, following Darwin's example.
Suggested by grant.
-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 |