pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libtool-base simplify the test for Darwin a little.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0bd8113ef570
branches: trunk
changeset: 469343:0bd8113ef570
user: grant <grant%pkgsrc.org@localhost>
date: Sun Feb 22 12:22:47 2004 +0000
description:
simplify the test for Darwin a little.
diffstat:
devel/libtool-base/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 07930cf93443 -r 0bd8113ef570 devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile Sun Feb 22 12:12:38 2004 +0000
+++ b/devel/libtool-base/Makefile Sun Feb 22 12:22:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2004/02/22 12:12:38 markd Exp $
+# $NetBSD: Makefile,v 1.31 2004/02/22 12:22:47 grant Exp $
#
PKGNAME= ${DISTNAME:C/-/-base-/}
@@ -51,7 +51,7 @@
CONFIGURE_ENV+= lt_cv_path_NM="nm -p"
.endif
-.if !empty(MACHINE_PLATFORM:MDarwin-*-*)
+.if ${OPSYS} == "Darwin"
. include "../../devel/dlcompat/buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index