diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-02-24 15:53:22 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-02-24 15:53:22 +0000 |
commit | 9603130feb22a4ca0e3eed03d9f8c7d64317d0fe (patch) | |
tree | 51d638fa0f4aa63bf176b8d6f7c5b004e0ea968a /x11/xlt | |
parent | d3f3f46b5a9ab3243fba7b6dd41a71e51fabf22f (diff) | |
download | pkgsrc-9603130feb22a4ca0e3eed03d9f8c7d64317d0fe.tar.gz |
Link network libs on SunOS
Diffstat (limited to 'x11/xlt')
-rw-r--r-- | x11/xlt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xlt/Makefile b/x11/xlt/Makefile index edad6b43f78..dc4fb6bdd5e 100644 --- a/x11/xlt/Makefile +++ b/x11/xlt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/01/19 23:22:54 riastradh Exp $ +# $NetBSD: Makefile,v 1.7 2014/02/24 15:53:22 wiedi Exp $ # DISTNAME= Xlt-13.0.13 @@ -17,6 +17,8 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +LDFLAGS.SunOS+= -lresolv -lsocket -lnsl + .include "../../mk/bsd.prefs.mk" .include "../../x11/libX11/buildlink3.mk" |