diff options
author | sketch <sketch@pkgsrc.org> | 2004-11-12 20:25:41 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2004-11-12 20:25:41 +0000 |
commit | cc78d56bb6d9ceb3fa3ba67f3eafd75e16bf5de5 (patch) | |
tree | b08f3938b0a560b9161b0678d0df29347314ff50 /mk/platform | |
parent | 8601ae145453a2c2a9219d1389066f9f4c894d20 (diff) | |
download | pkgsrc-cc78d56bb6d9ceb3fa3ba67f3eafd75e16bf5de5.tar.gz |
Introduce LIBABISUFFIX for platforms which require ABI-dependant library paths.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/IRIX.mk | 4 |
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) |