diff options
author | grant <grant@pkgsrc.org> | 2003-07-02 16:07:01 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-02 16:07:01 +0000 |
commit | 84205e43089109a6aa0f76a1e440ddfdcf646257 (patch) | |
tree | 29744955b35fbeecc8e590c36550003ad1eef743 /mk/defs.IRIX.mk | |
parent | 5c2678c6689c6afcb583e8b6e47255fc7d8cc5c4 (diff) | |
download | pkgsrc-84205e43089109a6aa0f76a1e440ddfdcf646257.tar.gz |
patch from seb@ to pass --split-size to gtexinfo >= 4.6.
thanks seb :)
Diffstat (limited to 'mk/defs.IRIX.mk')
-rw-r--r-- | mk/defs.IRIX.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk index a5fc793f3a9..3fde33a8bcc 100644 --- a/mk/defs.IRIX.mk +++ b/mk/defs.IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.IRIX.mk,v 1.28 2003/06/29 21:25:50 jschauma Exp $ +# $NetBSD: defs.IRIX.mk,v 1.29 2003/07/02 16:07:02 grant Exp $ # # Variable definitions for the IRIX operating system. @@ -124,10 +124,6 @@ _PREFORMATTED_MAN_DIR= man # directory where catman pages are _USE_GNU_GETTEXT= no # Don't use GNU gettext _USE_RPATH= yes # add rpath to LDFLAGS -.if defined(ABI) && ${ABI} == "64" -_OPSYS_MAKEINFO_ARGS= --split-size=50000 # flags to be passed to makeinfo(1) -.endif - # flags passed to the linker to extract all symbols from static archives. # XXX: # These flags are for the IRIX linker. If GNU ld is used, these would need |