summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-01-07 12:20:07 +0000
committerjperkin <jperkin@pkgsrc.org>2015-01-07 12:20:07 +0000
commita341ceaef7b203da99ea720354a2d260792a28d3 (patch)
treee1c6a44303942dcdfdd6bb40ee3bbd607e809a84 /x11
parentf899c5a8514b5d8b006b098b33f1c5acff6d028e (diff)
downloadpkgsrc-a341ceaef7b203da99ea720354a2d260792a28d3.tar.gz
SunOS needs -lsocket.
Diffstat (limited to 'x11')
-rw-r--r--x11/kde-runtime4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kde-runtime4/Makefile b/x11/kde-runtime4/Makefile
index bc4bf73fd16..dffdbcf1f31 100644
--- a/x11/kde-runtime4/Makefile
+++ b/x11/kde-runtime4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2014/12/11 20:00:15 markd Exp $
+# $NetBSD: Makefile,v 1.54 2015/01/07 12:20:07 jperkin Exp $
DISTNAME= kde-runtime-${_KDE_VERSION}
PKGNAME= ${DISTNAME:S/-4/4-4/}
@@ -18,6 +18,8 @@ DEPENDS+= oxygen-icons-[0-9]*:../../graphics/oxygen-icons
USE_TOOLS+= gmake
+LDFLAGS.SunOS+= -lsocket
+
.include "../../mk/bsd.prefs.mk"
.include "options.mk"