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:   nia
Date:           Sat Sep 21 09:56:07 UTC 2019

Modified Files:
        pkgsrc/chat/weechat: Makefile

Log Message:
weechat: USE_PKGLOCALDIR (not documented)


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 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.103 pkgsrc/chat/weechat/Makefile:1.104
--- pkgsrc/chat/weechat/Makefile:1.103  Tue Sep 17 11:30:27 2019
+++ pkgsrc/chat/weechat/Makefile        Sat Sep 21 09:56:07 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2019/09/17 11:30:27 nia Exp $
+# $NetBSD: Makefile,v 1.104 2019/09/21 09:56:07 nia Exp $
 
 DISTNAME=      weechat-2.6
 CATEGORIES=    chat
@@ -28,6 +28,8 @@ CMAKE_ARGS+=  -DENABLE_SPELL=OFF
 CMAKE_ARGS+=   -DLOCALEDIR=${PKGLOCALEDIR}/locale
 CMAKE_ARGS+=   -DENABLE_CHARSET=ON
 
+USE_PKGLOCALDIR=       yes
+
 LDFLAGS+=              ${BUILDLINK_LDADD.gettext}
 LDFLAGS.Darwin+=       -lresolv
 LDFLAGS.SunOS+=                -lresolv



Home | Main Index | Thread Index | Old Index