MFH: r566352

emulators/yuzu: prefer OpenSSL over GnuTLS after r560825

-- Found NETTLE: /usr/local/lib/libnettle.so
-- Found GnuTLS: /usr/local/lib/libgnutls.so
-- Found OpenSSL: /usr/lib/libcrypto.so (found version "1.1.1h")
[...]
Error: /usr/local/bin/yuzu is linked to /usr/local/lib/libgnutls.so.30 from security/gnutls but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libgnutls.so:security/gnutls
Error: /usr/local/bin/yuzu is linked to /usr/local/lib/libnettle.so.8 from security/nettle but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libnettle.so:security/nettle
This commit is contained in:
Jan Beich 2021-03-01 22:59:35 +00:00
parent 5bba9ff057
commit 72f2119489
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=566921
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PORTREVISION= 1
PORTREVISION= 2
PKGNAMESUFFIX= -qt5
MASTERDIR= ${.CURDIR}/../yuzu

View File

@ -2,7 +2,7 @@
PORTNAME= yuzu
PORTVERSION= s20201218
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= emulators
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@ -49,6 +49,7 @@ GH_TUPLE= DarkLordZach:mbedtls:a280e60:mbedtls/externals/mbedtls \
USES= cmake compiler:c++17-lang localbase:ldflags sdl ssl
USE_SDL= sdl2
CMAKE_OFF= ENABLE_GNUTLS ENABLE_MBEDTLS
LDFLAGS+= -Wl,--as-needed # Qt5Network
TEST_TARGET= test