summaryrefslogtreecommitdiff
path: root/x11/xfstt
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-02-08 02:53:05 +0000
committerwiedi <wiedi@pkgsrc.org>2014-02-08 02:53:05 +0000
commit9807927df84c064aa3ed25d60bfb235402416b0c (patch)
tree78ad4c083ddb6b7c71edd1bf34230c89cca45f61 /x11/xfstt
parent1688616c52f27e3c7576c6d5345acfca14c99150 (diff)
downloadpkgsrc-9807927df84c064aa3ed25d60bfb235402416b0c.tar.gz
add missing network libs on sunos
Diffstat (limited to 'x11/xfstt')
-rw-r--r--x11/xfstt/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xfstt/Makefile b/x11/xfstt/Makefile
index d006670b09c..6a308f72abf 100644
--- a/x11/xfstt/Makefile
+++ b/x11/xfstt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2012/10/29 05:07:11 asau Exp $
+# $NetBSD: Makefile,v 1.35 2014/02/08 02:53:05 wiedi Exp $
#
DISTNAME= xfstt-1.9
@@ -20,6 +20,8 @@ CONFIGURE_ARGS+= --disable-nls
CXXFLAGS+= -fomit-frame-pointer -ffast-math
+LDFLAGS.SunOS+= -lsocket -lnsl
+
RCD_SCRIPTS= xfstt
INSTALLATION_DIRS= bin \
${PKGMANDIR}/man1 \