diff options
author | hans <hans@pkgsrc.org> | 2011-04-04 09:41:17 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-04-04 09:41:17 +0000 |
commit | a235ac2bd4b251fc00905df031f2e09777642ff8 (patch) | |
tree | 27bf740e287a1755f4819a2485f162af9a108afc /sysutils/hal | |
parent | 5e2badcbf5f1bde4ec174556c260c16bb125172b (diff) | |
download | pkgsrc-a235ac2bd4b251fc00905df031f2e09777642ff8.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'sysutils/hal')
-rw-r--r-- | sysutils/hal/Makefile | 4 |
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 |