pkgsrc-WIP-changes archive

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

tdlib-purple: Pass STUFF to avoid possible API_ID_PUBLISHED_FLOOD



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Nov 26 10:58:43 2020 +0100
Changeset:	a3e96d59e02d60b4dd46b0b9c5499209f895d761

Modified Files:
	tdlib-purple/Makefile

Log Message:
tdlib-purple: Pass STUFF to avoid possible API_ID_PUBLISHED_FLOOD

This is consistent with binary packages built by upstream, from:

 <https://github.com/ars3niy/tdlib-purple/issues/95>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a3e96d59e02d60b4dd46b0b9c5499209f895d761

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

diffstat:
 tdlib-purple/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/tdlib-purple/Makefile b/tdlib-purple/Makefile
index 88d257aaaf..bd8785f7ce 100644
--- a/tdlib-purple/Makefile
+++ b/tdlib-purple/Makefile
@@ -15,6 +15,10 @@ USE_TOOLS+=		gettext pkg-config
 USE_PKGLOCALEDIR=	yes
 USE_LANGUAGES=		c++
 
+# Pass STUFF to avoid possible API_ID_PUBLISHED_FLOOD errors and
+# building the package similarly to upstream binary packages:
+#  https://github.com/ars3niy/tdlib-purple/issues/95
+CMAKE_ARGS+=	-DSTUFF="AFADBDIyvuCrHF@E@GCC@qAvGus@rIArrGGtIvqC"
 CMAKE_ARGS+=	-DNoWebp=TRUE
 CMAKE_ARGS+=	-DNoLottie=TRUE
 CMAKE_ARGS+=	-DNoVoip=TRUE


Home | Main Index | Thread Index | Old Index