From d5852a2decba2f80b1097692de18b09f5fa4c37b Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Tue, 15 Nov 2022 21:04:39 +0530 Subject: [PATCH] net-im/dino: Fix building with UPLOAD option The CMake option was incorrectly applied in the previous commit PR: 267739 Reported by: Ivan Rozhuk --- net-im/dino/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/dino/Makefile b/net-im/dino/Makefile index fc32583fffa0..1f9226502f51 100644 --- a/net-im/dino/Makefile +++ b/net-im/dino/Makefile @@ -44,7 +44,6 @@ UPLOAD_DESC= HTTP file upload plugin ICE_LIB_DEPENDS= libnice.so:net-im/libnice \ libgnutls.so:security/gnutls ICE_VARS= ENABLED_PLUGINS+=ice -ICE_CMAKE_ON= -DSOUP_VERSION:INT=2 ICE_VARS_OFF= DISABLED_PLUGINS+=ice RTP_LIB_DEPENDS= libgnutls.so:security/gnutls \ libwebrtc-audio-processing-1.so:audio/webrtc-audio-processing @@ -58,6 +57,7 @@ OMEMO_LIB_DEPENDS= libqrencode.so:graphics/libqrencode OMEMO_VARS= ENABLED_PLUGINS+=omemo OMEMO_CMAKE_BOOL= BUILD_LIBSIGNAL_IN_TREE OMEMO_VARS_OFF= DISABLED_PLUGINS+=omemo +UPLOAD_CMAKE_ON= -DSOUP_VERSION:INT=2 UPLOAD_VARS= ENABLED_PLUGINS+=http-files UPLOAD_VARS_OFF= DISABLED_PLUGINS+=http-files GNUPG_LIB_DEPENDS= libgpgme.so:security/gpgme