summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2016-07-25 17:16:02 +0000
committerrichard <richard@pkgsrc.org>2016-07-25 17:16:02 +0000
commit9410c0c6cd711ba1323c55332c15a0ed4cd4d43e (patch)
tree54ec70cddf6ef14921bfa667327ba586e65dce74 /sysutils
parentc8656be792972c14624129a76bbeff2b463b0ea6 (diff)
downloadpkgsrc-9410c0c6cd711ba1323c55332c15a0ed4cd4d43e.tar.gz
SunOS needs -lsocket -lnsl
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pcmanfm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/pcmanfm/Makefile b/sysutils/pcmanfm/Makefile
index 3a298629ae1..e356ac1f4f3 100644
--- a/sysutils/pcmanfm/Makefile
+++ b/sysutils/pcmanfm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2016/05/22 22:51:44 youri Exp $
+# $NetBSD: Makefile,v 1.32 2016/07/25 17:16:02 richard Exp $
#
DISTNAME= pcmanfm-1.2.4
@@ -18,6 +18,8 @@ USE_TOOLS+= intltool pkg-config
CONF= share/examples/pcmanfm
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/${CONF}
+LIBS.SunOS+= -lsocket -lnsl
+
PKG_SYSCONFSUBDIR= xdg
MAKE_DIRS= ${PKG_SYSCONFDIR}/pcmanfm/default
CONF_FILES+= ${CONF}/xdg/pcmanfm/default/pcmanfm.conf \