summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authorjschauma <jschauma>2004-06-03 23:31:53 +0000
committerjschauma <jschauma>2004-06-03 23:31:53 +0000
commit49f4a57b931bac2a02ce018d135cb7d8ee2fecbd (patch)
treee5935da9895bd95f7f5dbac6aa5d40720046e5df /devel/libtool-base
parentbe40a94d89b6d25803c17fe4721487a94b70d074 (diff)
downloadpkgsrc-49f4a57b931bac2a02ce018d135cb7d8ee2fecbd.tar.gz
Tell libtool's configure to use 'nm -B' under IRIX.
This closes PR pkg/25712.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 8488d0290ec..fe1888cfa01 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -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+= SED=${SED:Q}
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"