summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-08-21 14:51:30 +0000
committerjperkin <jperkin@pkgsrc.org>2014-08-21 14:51:30 +0000
commit0d93041e3e40b77d991e3546ca35e17299595de4 (patch)
tree5eaba87c9345fe8020c6c2f03f13235933551f53 /sysutils
parent184dfa910c4a32316b0aa18849c25f3c2b9c1ade (diff)
downloadpkgsrc-0d93041e3e40b77d991e3546ca35e17299595de4.tar.gz
Fix build on SunOS (needs explicit -lnsl).
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xfce4-netload-plugin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xfce4-netload-plugin/Makefile b/sysutils/xfce4-netload-plugin/Makefile
index 16e84e62c42..6f592ef0667 100644
--- a/sysutils/xfce4-netload-plugin/Makefile
+++ b/sysutils/xfce4-netload-plugin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2014/05/05 00:48:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.41 2014/08/21 14:51:30 jperkin Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -10,5 +10,7 @@ CATEGORIES= sysutils
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-netload-plugin/
COMMENT= Xfce network load plugin
+LDFLAGS.SunOS+= -lnsl
+
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"