From a547dea51f0fcb6d860f9cf4c0bd7496b134c547 Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 27 Oct 2011 09:58:44 +0000 Subject: Conver to use MACHINE_PLATFORM:MNetBSD-5.[0-8]* for NetBSD 5.2 or later. Ponted out in PR pkg/45524 --- sysutils/9base/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/9base') diff --git a/sysutils/9base/Makefile b/sysutils/9base/Makefile index 879db62837f..777203c516a 100644 --- a/sysutils/9base/Makefile +++ b/sysutils/9base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/10/26 11:31:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2011/10/27 09:58:44 ryoon Exp $ # DISTNAME= 9base-6 @@ -30,7 +30,7 @@ LDFLAGS+= -static .endif #XXX see http://gnats.netbsd.org/43228 -.if !empty(MACHINE_PLATFORM:MNetBSD-5.0*) || !empty(MACHINE_PLATFORM:MNetBSD-5.1*) +.if !empty(MACHINE_PLATFORM:MNetBSD-5.[0-8]*) BUILDLINK_TRANSFORM+= rm:-static .endif -- cgit v1.2.3