HomeFreeBSD

irc/irssi: Fix build with ssl from ports

Description

irc/irssi: 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. Patch meson.build to
look for OpenSSL libs in ${OPENSSLLIB} to fix this.

Approved by: portmgr (blanket, build fix)

Details

Provenance
ziriasAuthored on Sep 20 2023, 6:36 AM
Parents
R11:833240cfd41f: net/libvncserver: Fix build with ssl from ports
Branches
Unknown
Tags
Unknown
Reverted By
R11:0a8e5e996fef: irc/irssi: Revert build with ssl from ports