From 8e0dfcbbe4ffd2e05bf0675c46cb4e7a28f0a0f5 Mon Sep 17 00:00:00 2001 From: Richard Gallamore Date: Fri, 19 Jan 2018 04:12:49 +0000 Subject: [PATCH] * Fix compilation when SSH is selected and pango is not installed * Fixed file missing in PLIST when ssl is not enabled --- net/guacamole-server/Makefile | 2 +- net/guacamole-server/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/guacamole-server/Makefile b/net/guacamole-server/Makefile index 1368a9ba64c2..06bd44311540 100644 --- a/net/guacamole-server/Makefile +++ b/net/guacamole-server/Makefile @@ -58,7 +58,7 @@ PULSEAUDIO_CONFIGURE_WITH= pulse PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio RDP_CONFIGURE_WITH= rdp RDP_LIB_DEPENDS= libfreerdp1.so:net/freerdp1 -SSH_CONFIGURE_WITH= pango ssh +SSH_CONFIGURE_WITH= pango ssh terminal SSH_IMPLIES= SSL SSH_LIB_DEPENDS= libssh2.so:security/libssh2 SSH_USE= GNOME=pango diff --git a/net/guacamole-server/pkg-plist b/net/guacamole-server/pkg-plist index 79e6c78fab98..79a7f5dd5259 100644 --- a/net/guacamole-server/pkg-plist +++ b/net/guacamole-server/pkg-plist @@ -24,7 +24,7 @@ include/guacamole/protocol-types.h include/guacamole/protocol.h include/guacamole/socket-constants.h include/guacamole/socket-fntypes.h -include/guacamole/socket-ssl.h +%%SSL%%include/guacamole/socket-ssl.h include/guacamole/socket-types.h include/guacamole/socket.h include/guacamole/stream-types.h