summaryrefslogtreecommitdiff
path: root/misc/xfce4-weather-plugin
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-05-20 11:43:18 +0000
committerjperkin <jperkin@pkgsrc.org>2013-05-20 11:43:18 +0000
commit040d96c9f43ae963c3376a9446a59611832285b6 (patch)
treeacd0ad1fc39026d747452505e98022dae34a383c /misc/xfce4-weather-plugin
parentcedd83e8b6619d5f86eaab1fc861e00805edb8ca (diff)
downloadpkgsrc-040d96c9f43ae963c3376a9446a59611832285b6.tar.gz
SunOS needs -lsocket -lnsl.
Diffstat (limited to 'misc/xfce4-weather-plugin')
-rw-r--r--misc/xfce4-weather-plugin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile
index 882bc71615c..a66f0ef9665 100644
--- a/misc/xfce4-weather-plugin/Makefile
+++ b/misc/xfce4-weather-plugin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2013/02/16 11:19:17 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2013/05/20 11:43:18 jperkin Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -10,6 +10,8 @@ CATEGORIES= misc
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-weather-plugin/
COMMENT= Xfce weather plugin
+LDFLAGS.SunOS+= -lsocket -lnsl
+
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"