diff options
author | hans <hans> | 2012-02-16 15:12:49 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-16 15:12:49 +0000 |
commit | 73dc0c803f8632820f6110dd5f132550651728e3 (patch) | |
tree | cd2334754f625795d638ae5925d954d3093be13b /chat/libmsn | |
parent | f80676839b587f73a4a9b0cf5eb0d952bfb31c96 (diff) | |
download | pkgsrc-73dc0c803f8632820f6110dd5f132550651728e3.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'chat/libmsn')
-rw-r--r-- | chat/libmsn/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/libmsn/Makefile b/chat/libmsn/Makefile index 44ceb47195d..c7a884c9cb3 100644 --- a/chat/libmsn/Makefile +++ b/chat/libmsn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/04/10 00:11:49 markd Exp $ +# $NetBSD: Makefile,v 1.4 2012/02/16 15:14:41 hans Exp $ DISTNAME= libmsn-4.1 CATEGORIES= chat @@ -17,5 +17,7 @@ USE_LANGUAGES+= c c++ PKGCONFIG_OVERRIDE+= libmsn.pc.cmake +LDFLAGS.SunOS+= -lsocket -lnsl + .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |