summaryrefslogtreecommitdiff
path: root/mk/platform/IRIX.mk
diff options
context:
space:
mode:
authorschwarz <schwarz>2005-04-16 20:03:02 +0000
committerschwarz <schwarz>2005-04-16 20:03:02 +0000
commit890f6441cf7ed782b221b17a248deead29921d2b (patch)
treee7c141c249648f47aff660097fc855ee93a7e5f4 /mk/platform/IRIX.mk
parentf298a1828d9761317e054bd4220f661b174312c5 (diff)
downloadpkgsrc-890f6441cf7ed782b221b17a248deead29921d2b.tar.gz
enable the user to set LIBABISUFFIX if desired. Change approved by jschauma.
Diffstat (limited to 'mk/platform/IRIX.mk')
-rw-r--r--mk/platform/IRIX.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/IRIX.mk b/mk/platform/IRIX.mk
index 9a287cdb208..c5a1c7fb610 100644
--- a/mk/platform/IRIX.mk
+++ b/mk/platform/IRIX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: IRIX.mk,v 1.10 2005/03/18 18:16:35 tv Exp $
+# $NetBSD: IRIX.mk,v 1.11 2005/04/16 20:03:02 schwarz Exp $
#
# Variable definitions for the IRIX operating system.
@@ -160,7 +160,7 @@ PKG_TOOLS_BIN?= ${LOCALBASE}/sbin
CONFIGURE_ENV+= ABI=${ABI}
MAKE_ENV+= ABI=${ABI}
-LIBABISUFFIX= ${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.