summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2011-04-04 09:41:17 +0000
committerhans <hans@pkgsrc.org>2011-04-04 09:41:17 +0000
commitfc3da0e23349711c60b014ac41fe599d47b4b931 (patch)
tree27bf740e287a1755f4819a2485f162af9a108afc /sysutils
parent3d89881d7f897ccb36fb70f2dc4f089cfe500722 (diff)
downloadpkgsrc-fc3da0e23349711c60b014ac41fe599d47b4b931.tar.gz
Fix build on SunOS.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/hal/Makefile4
1 files changed, 2 insertions, 2 deletions
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