summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjperkin <jperkin>2013-05-20 11:43:18 +0000
committerjperkin <jperkin>2013-05-20 11:43:18 +0000
commit1114a411e24bfae2fc887b338a0c44bd71945528 (patch)
treeacd0ad1fc39026d747452505e98022dae34a383c /misc
parent25528c98b397c4eccd22c274ea0b821b9c6e2cd4 (diff)
downloadpkgsrc-1114a411e24bfae2fc887b338a0c44bd71945528.tar.gz
SunOS needs -lsocket -lnsl.
Diffstat (limited to 'misc')
-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"