pkgsrc-WIP-changes archive

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

profanity: build with omemo, it's expected base functionality today.



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Mon Jun 8 16:16:48 2020 +0200
Changeset:	33745d28bb231b467c91c71122f89a6ed5d64915

Modified Files:
	profanity/Makefile

Log Message:
profanity: build with omemo, it's expected base functionality today.

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

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

diffstat:
 profanity/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/profanity/Makefile b/profanity/Makefile
index 543e276ef1..83ca7cebc1 100644
--- a/profanity/Makefile
+++ b/profanity/Makefile
@@ -19,7 +19,7 @@ USE_TOOLS+=	pkg-config
 #CONFIGURE_ARGS+=	--enable-plugins
 #CONFIGURE_ARGS+=	--enable-c-plugins
 #CONFIGURE_ARGS+=	--enable-python-plugins
-#CONFIGURE_ARGS+=	--enable-omemo
+CONFIGURE_ARGS+=	--enable-omemo
 
 pre-configure:
 	cd ${WRKSRC} && autoconf
@@ -29,7 +29,7 @@ pre-configure:
 .include "../../devel/readline/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libmesode+=	libmesode>=0.9.1
 .include "../../wip/libmesode/buildlink3.mk"
-#.include "../../wip/libsignal-protocol-c/buildlink3.mk"
+.include "../../wip/libsignal-protocol-c/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 #.include "../../lang/python/application.mk"


Home | Main Index | Thread Index | Old Index