summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authorsketch <sketch@pkgsrc.org>2004-11-12 20:25:41 +0000
committersketch <sketch@pkgsrc.org>2004-11-12 20:25:41 +0000
commitd2983d03ba70d4727cd678a018091c3ca6474299 (patch)
treeb08f3938b0a560b9161b0678d0df29347314ff50 /mk/platform
parenta48120106fbe8691020b6f30fc05b6f6d4550d3a (diff)
downloadpkgsrc-d2983d03ba70d4727cd678a018091c3ca6474299.tar.gz
Introduce LIBABISUFFIX for platforms which require ABI-dependant library paths.
Diffstat (limited to 'mk/platform')
-rw-r--r--mk/platform/IRIX.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/platform/IRIX.mk b/mk/platform/IRIX.mk
index a1fdc095213..89bdb17a094 100644
--- a/mk/platform/IRIX.mk
+++ b/mk/platform/IRIX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: IRIX.mk,v 1.2 2004/10/13 15:31:31 tv Exp $
+# $NetBSD: IRIX.mk,v 1.3 2004/11/12 20:25:41 sketch Exp $
#
# Variable definitions for the IRIX operating system.
@@ -165,6 +165,8 @@ PKG_TOOLS_BIN?= ${LOCALBASE}/sbin
CONFIGURE_ENV+= ABI=${ABI}
MAKE_ENV+= ABI=${ABI}
+LIBABISUFFIX= ${ABI}
+
# check for maximum command line length and set it in configure's environment,
# to avoid a test required by the libtool script that takes forever.
.if defined(GNU_CONFIGURE) && defined(USE_LIBTOOL)