Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 01:12:38 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532244 - head/emulators/yuzu
Message-ID:  <202004210112.03L1CcoA008568@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Apr 21 01:12:38 2020
New Revision: 532244
URL: https://svnweb.freebsd.org/changeset/ports/532244

Log:
  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]

Modified:
  head/emulators/yuzu/Makefile   (contents, props changed)

Modified: head/emulators/yuzu/Makefile
==============================================================================
--- head/emulators/yuzu/Makefile	Tue Apr 21 00:56:53 2020	(r532243)
+++ head/emulators/yuzu/Makefile	Tue Apr 21 01:12:38 2020	(r532244)
@@ -50,7 +50,7 @@ GH_TUPLE=	yuzu-emu:unicorn:1.0.1-153-g73f45735: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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004210112.03L1CcoA008568>