diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-02-08 20:19:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-02-09 00:23:53 +0000 |
commit | 43693fe257edbcf159ed9b5635bc382844b3168c (patch) | |
tree | 1bc0e3471666d91da98093eec7e1a2ebfea12148 | |
parent | 5e141d139a18966241f07be7a5bc441112a7d277 (diff) | |
download | ports-43693fe257edbcf159ed9b5635bc382844b3168c.tar.gz ports-43693fe257edbcf159ed9b5635bc382844b3168c.zip |
emulators/yuzu: switch libc++16 to rc2
-rw-r--r-- | emulators/yuzu/Makefile | 2 | ||||
-rw-r--r-- | emulators/yuzu/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 46b5a8e652ea..0be032e06ed9 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -155,7 +155,7 @@ CONFIGURE_ENV+= CC="${CC}" CXX="${CXX}" CPP="${CPP}" . endif # XXX Move into separate port and standardize via USES -GH_TUPLE+= llvm:llvm-project:llvmorg-16.0.0-rc1:libcxx +GH_TUPLE+= llvm:llvm-project:llvmorg-16.0.0-rc2:libcxx CXXFLAGS+= -nostdinc++ -isystem${WRKDIR}/libcxx_prefix/include/c++/v1 # Don't link against new libc++ to avoid ABI mismatch in Qt #LDFLAGS+= -nostdlib++ -L${WRKDIR}/libcxx_prefix/lib -l:libc++.a -lcxxrt diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index e8e3bab3ba2e..c1d4aab3d290 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -21,7 +21,7 @@ SHA256 (kinetiknz-cubeb-cubeb-0.2-1350-gf79e0cf_GH0.tar.gz) = 8629757290774a34ed SIZE (kinetiknz-cubeb-cubeb-0.2-1350-gf79e0cf_GH0.tar.gz) = 220847 SHA256 (yhirose-cpp-httplib-v0.10.8-1-g305a7ab_GH0.tar.gz) = 2b8ebbe60c5fab1254e454518108cb8da5ee3a07e1cf9f432448d985efe4a003 SIZE (yhirose-cpp-httplib-v0.10.8-1-g305a7ab_GH0.tar.gz) = 620778 -SHA256 (llvm-llvm-project-llvmorg-16.0.0-rc1_GH0.tar.gz) = 724d4d38bb5d70c5f8cb6020d0aea517c2e93e82502bc2182f1e38d2ff6ee438 -SIZE (llvm-llvm-project-llvmorg-16.0.0-rc1_GH0.tar.gz) = 180322198 +SHA256 (llvm-llvm-project-llvmorg-16.0.0-rc2_GH0.tar.gz) = f066ee0f4e48d320a327215359f212164675e75ca7644dbbd54b1828a270b2fc +SIZE (llvm-llvm-project-llvmorg-16.0.0-rc2_GH0.tar.gz) = 179117059 SHA256 (c17d71240b23.patch) = 4aaf5522ec3f7d393cec59638220d6142489c4e946060ec94444ca3f47e2b2a7 SIZE (c17d71240b23.patch) = 7562 |