diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-04-21 01:12:38 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-04-21 01:12:38 +0000 |
commit | 90f284b9bfefeb12458d4b0fbe07be1fc4b2ad45 (patch) | |
tree | 69a1eec7096c2851c19abccdd11d25171c5be2c3 | |
parent | multimedia/aom: update to 1.0.0.3496 (diff) |
emulators/yuzu: track OpenSSL dependency after r532054
+ 0x0000000000000001 NEEDED Shared library: [libcrypto.so.8]
+ 0x0000000000000001 NEEDED Shared library: [libssl.so.8]
+ 0x0000000000000001 NEEDED Shared library: [libz.so.6]
Notes
Notes:
svn path=/head/; revision=532244
-rw-r--r-- | emulators/yuzu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 2aec3204d86c..3ececf20587a 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -50,7 +50,7 @@ GH_TUPLE= yuzu-emu:unicorn:1.0.1-153-g73f45735:unicorn/externals/unicorn \ xiph:opus:v1.3.1-4-gad8fe90d:opus/externals/opus/opus USES= cmake compiler:c++17-lang iconv localbase:ldflags \ - python:build sdl + python:build sdl ssl USE_SDL= sdl2 CXXFLAGS+= -Wno-narrowing # https://github.com/yuzu-emu/yuzu/issues/3407 LDFLAGS+= -Wl,--as-needed # Qt5Network |