Skip to content

Commit

Permalink
net/remmina: force libsoup2
Browse files Browse the repository at this point in the history
If libsoup3 is present in the system, remmina might pick it even if it is
expected to use libsoup2. This results in an error like:

libsoup-ERROR **: 09:36:19.231: libsoup3 symbols detected. Using libsoup2 and
libsoup3 in the same process is not supported.

Force libsoup2.

PR:             271557
Reported by:    root@dc365.ru
  • Loading branch information
Sergey Kiselev authored and fernape committed Jul 2, 2023
1 parent a451002 commit 8c47295
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion net/remmina/Makefile
Expand Up @@ -35,7 +35,8 @@ USE_XORG= ice sm x11 xext
SHEBANG_FILES= data/desktop/remmina-file-wrapper.in
bash_CMD= ${SH}

CMAKE_ARGS= -DWITH_APPINDICATOR:BOOL=false
CMAKE_ARGS= -DWITH_APPINDICATOR:BOOL=false \
-DLIBSOUP_LIBRARY=/usr/local/lib/libsoup-2.4.so

CONFLICTS_INSTALL= remmina-plugin*

Expand Down Expand Up @@ -114,6 +115,7 @@ VNC_CMAKE_BOOL= WITH_LIBVNCSERVER
WWW_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \
libsoup-2.4.so:devel/libsoup \
libwebkit2gtk-4.0.so:www/webkit2-gtk3

WWW_CMAKE_BOOL= WITH_WEBKIT2GTK

ZSH_RUN_DEPENDS= zsh:shells/zsh
Expand Down

0 comments on commit 8c47295

Please sign in to comment.