summaryrefslogtreecommitdiff
path: root/misc/xfce4-weather-plugin
diff options
context:
space:
mode:
authorjperkin <jperkin>2013-05-20 11:43:18 +0000
committerjperkin <jperkin>2013-05-20 11:43:18 +0000
commit60b9469b120ed9d7bfaa29af8ede7e5b2a56fa48 (patch)
treeacd0ad1fc39026d747452505e98022dae34a383c /misc/xfce4-weather-plugin
parent5b522539ae5f9947838ddc7a89f07f6a9c37d0a6 (diff)
downloadpkgsrc-60b9469b120ed9d7bfaa29af8ede7e5b2a56fa48.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"