diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 15:12:49 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 15:12:49 +0000 |
commit | b774284cd772aa6020b3c4a598c59ac47303b002 (patch) | |
tree | cd2334754f625795d638ae5925d954d3093be13b /chat/libmsn | |
parent | 9ee0642cd47059b678c489fb14ad8bba02c020d7 (diff) | |
download | pkgsrc-b774284cd772aa6020b3c4a598c59ac47303b002.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" |