From fc3da0e23349711c60b014ac41fe599d47b4b931 Mon Sep 17 00:00:00 2001 From: hans Date: Mon, 4 Apr 2011 09:41:17 +0000 Subject: Fix build on SunOS. --- sysutils/hal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils') diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index bf43333044b..4a50aa6534a 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2011/03/10 19:45:03 markd Exp $ +# $NetBSD: Makefile,v 1.54 2011/04/04 09:41:17 hans Exp $ DISTNAME= hal-0.5.14 PKGREVISION= 2 @@ -66,7 +66,7 @@ PLIST_SRC= PLIST CFLAGS.SunOS+= -Du_int32_t=uint32_t -.if ${OPSYS} == "Darwin" +.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS" BUILDLINK_TRANSFORM+= rm:-Wl,--as-needed .endif -- cgit v1.2.3