diff options
author | jschauma <jschauma> | 2002-12-03 20:20:59 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-12-03 20:20:59 +0000 |
commit | 2ed1beed63a506382e2fab2a2822e03638d5076e (patch) | |
tree | acce008a8ab13642973e75383800b0807dfdab95 /mk/defs.IRIX.mk | |
parent | cf59764a0189ce381dd75bdd7667c379659ccb3a (diff) | |
download | pkgsrc-2ed1beed63a506382e2fab2a2822e03638d5076e.tar.gz |
s/-path/-rpath/
Diffstat (limited to 'mk/defs.IRIX.mk')
-rw-r--r-- | mk/defs.IRIX.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk index fca3444824c..769c010bbc9 100644 --- a/mk/defs.IRIX.mk +++ b/mk/defs.IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.IRIX.mk,v 1.5 2002/12/03 19:24:27 agc Exp $ +# $NetBSD: defs.IRIX.mk,v 1.6 2002/12/03 20:20:59 jschauma Exp $ # # Variable definitions for the IRIX operating system. @@ -95,7 +95,7 @@ _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 -_OPSYS_RPATH_NAME= -path, # name of symbol in rpath directive to linker +_OPSYS_RPATH_NAME= -rpath, # name of symbol in rpath directive to linker _PATCH_CAN_BACKUP= no # native patch(1) can make backups _PREFORMATTED_MAN_DIR= man # directory where catman pages are _USE_GNU_GETTEXT= no # Don't use GNU gettext |