summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-02-08 23:21:48 +0000
committerwiedi <wiedi@pkgsrc.org>2014-02-08 23:21:48 +0000
commit91fecb35d1f1daa985686dcee8842d57962065ca (patch)
treee73f4b0e7bc04158e87e72077a3cab6ed93bb0bc /ham
parentf2fc0d4f47ae311faa10f68939ed5317a8508630 (diff)
downloadpkgsrc-91fecb35d1f1daa985686dcee8842d57962065ca.tar.gz
Add network libs on SunOS
Diffstat (limited to 'ham')
-rw-r--r--ham/xdx/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/xdx/Makefile b/ham/xdx/Makefile
index a9574e7c2df..374cb13f686 100644
--- a/ham/xdx/Makefile
+++ b/ham/xdx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2013/10/10 14:42:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.42 2014/02/08 23:21:48 wiedi Exp $
#
DISTNAME= xdx-2.4.2
@@ -15,6 +15,8 @@ USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR=yes
+LDFLAGS.SunOS+= -lsocket -lnsl -lresolv
+
BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
.include "../../sysutils/desktop-file-utils/desktopdb.mk"