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: fhajny
Date: Mon Feb 13 13:02:11 UTC 2017
Modified Files:
pkgsrc/chat/weechat: Makefile
Log Message:
SunOS also needs -lresolve. Fixes joyent/pkgsrc/issues/464. Fix misspelling of PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 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.71 pkgsrc/chat/weechat/Makefile:1.72
--- pkgsrc/chat/weechat/Makefile:1.71 Tue Feb 7 12:30:29 2017
+++ pkgsrc/chat/weechat/Makefile Mon Feb 13 13:02:11 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2017/02/07 12:30:29 roy Exp $
+# $NetBSD: Makefile,v 1.72 2017/02/13 13:02:11 fhajny Exp $
DISTNAME= weechat-1.7
-PKG_REVISION= 1
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= http://www.weechat.org/files/src/
EXTRACT_SUFX= .tar.bz2
@@ -31,6 +31,7 @@ CMAKE_ARGS+= -DENABLE_CHARSET:BOOL=ON
LDFLAGS+= ${BUILDLINK_LDADD.gettext}
LDFLAGS.Darwin+= -lresolv
+LDFLAGS.SunOS+= -lresolv
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index