pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/weechat



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Sun Jan 22 15:31:28 UTC 2017

Modified Files:
        pkgsrc/chat/weechat: Makefile

Log Message:
Darwin needs -lresolv.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/chat/weechat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/weechat/Makefile
diff -u pkgsrc/chat/weechat/Makefile:1.69 pkgsrc/chat/weechat/Makefile:1.70
--- pkgsrc/chat/weechat/Makefile:1.69   Sun Jan 22 01:32:53 2017
+++ pkgsrc/chat/weechat/Makefile        Sun Jan 22 15:31:28 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2017/01/22 01:32:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.70 2017/01/22 15:31:28 jperkin Exp $
 
 DISTNAME=      weechat-1.7
 CATEGORIES=    chat
@@ -29,6 +29,7 @@ CMAKE_ARGS+=          -DLOCALEDIR:STRING=${PKGLO
 CMAKE_ARGS+=           -DENABLE_CHARSET:BOOL=ON
 
 LDFLAGS+=              ${BUILDLINK_LDADD.gettext}
+LDFLAGS.Darwin+=       -lresolv
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index