pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libtool-base On Solaris the configure script doe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07930cf93443
branches:  trunk
changeset: 469342:07930cf93443
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Feb 22 12:12:38 2004 +0000

description:
On Solaris the configure script doesn't seem to be working out that "nm"
needs "-p" for BSD compatible output so tell it explicitly.

diffstat:

 devel/libtool-base/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 76a39ec203d0 -r 07930cf93443 devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile       Sun Feb 22 12:02:55 2004 +0000
+++ b/devel/libtool-base/Makefile       Sun Feb 22 12:12:38 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/02/18 19:13:30 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2004/02/22 12:12:38 markd Exp $
 #
 
 PKGNAME=       ${DISTNAME:C/-/-base-/}
@@ -45,6 +45,12 @@
 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
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ENV+=                lt_cv_path_NM="nm -p"
+.endif
+
 .if !empty(MACHINE_PLATFORM:MDarwin-*-*)
 .  include "../../devel/dlcompat/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index