melonds, revbump for openssl3 (#11002)

This commit is contained in:
Schrijvers Luc
2024-08-31 12:06:21 +02:00
committed by GitHub
parent f9b15d1f4b
commit ca77381fe0

View File

@@ -3,7 +3,7 @@ DESCRIPTION="MelonDS is an open source and feature-rich Nintendo DS/DSi emulator
HOMEPAGE="http://melonds.kuribo64.net/"
COPYRIGHT="2016-2022 melonDS Team"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/melonDS-emu/melonDS/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="52c6b99340b8bba8c52b11a2242591f05e838c34ddd9ec20dcf1a6039405434a"
SOURCE_DIR="melonDS-$portVersion"
@@ -34,7 +34,7 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
xlibe${secondaryArchSuffix}_devel
devel:libarchive$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libglib_2.0$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix
devel:libSDL2_2.0$secondaryArchSuffix
@@ -49,6 +49,7 @@ BUILD_PREREQUIRES="
BUILD()
{
export LDFLAGS="-lnetwork"
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
-DENABLE_WAYLAND=OFF \
-DENABLE_JIT=OFF \