pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libtool-base Tell libtool's configure to use 'nm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b1b2c948cf8
branches:  trunk
changeset: 476134:1b1b2c948cf8
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Thu Jun 03 23:31:53 2004 +0000

description:
Tell libtool's configure to use 'nm -B' under IRIX.
This closes PR pkg/25712.

diffstat:

 devel/libtool-base/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 23ef6bc1966c -r 1b1b2c948cf8 devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile       Thu Jun 03 23:29:52 2004 +0000
+++ b/devel/libtool-base/Makefile       Thu Jun 03 23:31:53 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2004/05/25 15:17:26 grant Exp $
+# $NetBSD: Makefile,v 1.35 2004/06/03 23:31:53 jschauma Exp $
 #
 
 PKGNAME=       ${DISTNAME:C/-/-base-/}
@@ -47,9 +47,11 @@
 CONFIGURE_ENV+=                lt_cv_path_SED=${SED:Q}
 
 # The configure script doesn't seem to be working out the need for -p
-# so tell it
+# or -B, so tell it
 .if ${OPSYS} == "SunOS"
 CONFIGURE_ENV+=                lt_cv_path_NM="nm -p"
+.elif ${OPSYS} == "IRIX"
+CONFIGURE_ENV+=                lt_cv_path_NM="nm -B"
 .endif
 
 .if ${OPSYS} == "Darwin"



Home | Main Index | Thread Index | Old Index