diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-02-08 23:21:48 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-02-08 23:21:48 +0000 |
commit | 00430ba9cbe0ebc3849f3b8feb26a5095ee33afe (patch) | |
tree | e73f4b0e7bc04158e87e72077a3cab6ed93bb0bc /ham | |
parent | 15f8906ecf169d73ac94d22f469f2101b0bcd8e0 (diff) | |
download | pkgsrc-00430ba9cbe0ebc3849f3b8feb26a5095ee33afe.tar.gz |
Add network libs on SunOS
Diffstat (limited to 'ham')
-rw-r--r-- | ham/xdx/Makefile | 4 |
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" |