HomeFreeBSD

net/libvncserver: Fix build with ssl from ports

Description

net/libvncserver: Fix build with ssl from ports

Building with ssl from ports used the headers from ports, but still
linked the libs from base and therefore failed. Define cmake
OPENSSL_ROOT_DIR to ${OPENSSLBASE} to fix this.

Approved by: portmgr (blanket, build fix)

Details

Provenance
ziriasAuthored on Sep 20 2023, 6:17 AM
Parents
R11:eecfadf692c4: www/yt-dlp: Fix download from arte.tv
Branches
Unknown
Tags
Unknown
Reverted By
R11:58044837bc04: net/libvncserver: Revert fix with ssl from ports