summaryrefslogtreecommitdiff
path: root/devel/libtool/Makefile.common
diff options
context:
space:
mode:
authorgrant <grant>2004-11-20 10:10:35 +0000
committergrant <grant>2004-11-20 10:10:35 +0000
commit96337a285e766c9ef75892ec1170f859a45b57ff (patch)
tree2ef672bc6b446b078194d5b6c0794156ff5ec13d /devel/libtool/Makefile.common
parent2a611ab7ec63ef966e66fde7e979e8218a9a623a (diff)
downloadpkgsrc-96337a285e766c9ef75892ec1170f859a45b57ff.tar.gz
use "nm -B" to extract symbol table on OSF1.
Diffstat (limited to 'devel/libtool/Makefile.common')
-rw-r--r--devel/libtool/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common
index c8327e4df05..a587e376a27 100644
--- a/devel/libtool/Makefile.common
+++ b/devel/libtool/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.56 2004/10/17 16:37:02 tv Exp $
+# $NetBSD: Makefile.common,v 1.57 2004/11/20 10:10:35 grant Exp $
#
DISTNAME= libtool-1.5.10
@@ -41,7 +41,7 @@ CONFIGURE_ENV+= lt_cv_path_SED=${SED:Q}
# or -B, so tell it
.if ${OPSYS} == "SunOS"
CONFIGURE_ENV+= lt_cv_path_NM="nm -p"
-.elif ${OPSYS} == "IRIX"
+.elif ${OPSYS} == "IRIX" || ${OPSYS} == "OSF1"
CONFIGURE_ENV+= lt_cv_path_NM="nm -B"
.endif