pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/platform enable the user to set LIBABISUFFIX if des...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/082c7792df89
branches:  trunk
changeset: 492621:082c7792df89
user:      schwarz <schwarz%pkgsrc.org@localhost>
date:      Sat Apr 16 20:03:02 2005 +0000

description:
enable the user to set LIBABISUFFIX if desired. Change approved by jschauma.

diffstat:

 mk/platform/IRIX.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e3dc90af58a3 -r 082c7792df89 mk/platform/IRIX.mk
--- a/mk/platform/IRIX.mk       Sat Apr 16 17:43:09 2005 +0000
+++ b/mk/platform/IRIX.mk       Sat Apr 16 20:03:02 2005 +0000
@@ -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 @@
 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.



Home | Main Index | Thread Index | Old Index