summaryrefslogtreecommitdiff
path: root/mk/defs.IRIX.mk
diff options
context:
space:
mode:
authoragc <agc>2002-12-03 19:11:30 +0000
committeragc <agc>2002-12-03 19:11:30 +0000
commitf5966db7d2b3de2dbe384a9b439be5229dc69859 (patch)
treea1e33414c9ec0bf9c163ef260ebc901c5d3ea8d5 /mk/defs.IRIX.mk
parent38e34b3b98fa11123ce15a210aee32f4411ace2d (diff)
downloadpkgsrc-f5966db7d2b3de2dbe384a9b439be5229dc69859.tar.gz
Handle the different rpath directive to the linker for Irix in a different,
more generic, way - use an abstraction called ${_OPSYS_RPATH_NAME} which takes the value "-rpath," or "-R", set appropriately in the opsys-dependent defs files.
Diffstat (limited to 'mk/defs.IRIX.mk')
-rw-r--r--mk/defs.IRIX.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk
index c3e18d712de..d122e513212 100644
--- a/mk/defs.IRIX.mk
+++ b/mk/defs.IRIX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.IRIX.mk,v 1.2 2002/12/03 18:57:52 agc Exp $
+# $NetBSD: defs.IRIX.mk,v 1.3 2002/12/03 19:11:31 agc Exp $
#
# Variable definitions for the IRIX operating system.
@@ -95,6 +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
_PREFORMATTED_MAN_DIR= man # directory where catman pages are
_USE_RPATH= yes # add rpath to LDFLAGS