pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/weechat SunOS also needs -lresolve. Fixes joyent/...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ea111d4d15bb
branches: trunk
changeset: 358456:ea111d4d15bb
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Mon Feb 13 13:02:11 2017 +0000
description:
SunOS also needs -lresolve. Fixes joyent/pkgsrc/issues/464. Fix misspelling of PKGREVISION.
diffstat:
chat/weechat/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 71b8ce49223a -r ea111d4d15bb chat/weechat/Makefile
--- a/chat/weechat/Makefile Mon Feb 13 12:58:42 2017 +0000
+++ b/chat/weechat/Makefile Mon Feb 13 13:02:11 2017 +0000
@@ -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 @@
LDFLAGS+= ${BUILDLINK_LDADD.gettext}
LDFLAGS.Darwin+= -lresolv
+LDFLAGS.SunOS+= -lresolv
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index