diff options
author | jlam <jlam@pkgsrc.org> | 2003-01-10 08:44:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-01-10 08:44:18 +0000 |
commit | 1abdd450fe362879f5881c4ff72747f448ee1ce0 (patch) | |
tree | 9efd9e8c8d7cabb87e4a540c9e040f9cc4940c74 /mk/defs.IRIX.mk | |
parent | ef73a12c29e7af9d8eecbee53071be31a5fedad5 (diff) | |
download | pkgsrc-1abdd450fe362879f5881c4ff72747f448ee1ce0.tar.gz |
Install a ${PREFIX}/bin/shlibtool as part of the devel/libtool-base
package. shlibtool will not build static libraries. Add handling in
bsd.pkg.mk for a variable named "SHLIBTOOL_OVERRIDE" that is analogous to
LIBTOOL_OVERRIDE and causes any listed libtool scripts to be replaced with
a symlink to shlibtool, and teach buildlink2 about shlibtool. Bump
PKGREVISION of devel/libtool* packages to 11.
Diffstat (limited to 'mk/defs.IRIX.mk')
-rw-r--r-- | mk/defs.IRIX.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk index 650f010eae6..e72c6e40898 100644 --- a/mk/defs.IRIX.mk +++ b/mk/defs.IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.IRIX.mk,v 1.15 2002/12/23 23:03:23 jschauma Exp $ +# $NetBSD: defs.IRIX.mk,v 1.16 2003/01/10 08:44:20 jlam Exp $ # # Variable definitions for the IRIX operating system. @@ -100,7 +100,6 @@ _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.20010614nb9 # 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 |