From f15f83cb46e9e39209c802fa081ad533ca14fa41 Mon Sep 17 00:00:00 2001
From: psykose <alice@ayaya.dev>
Date: Mon, 12 Sep 2022 13:26:32 +0000
Subject: [PATCH] testing/pcem: rebuild against wxwidgets-3.2

---
 testing/pcem/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/testing/pcem/APKBUILD b/testing/pcem/APKBUILD
index 55e0cb4757dc..17d32ebf5aea 100644
--- a/testing/pcem/APKBUILD
+++ b/testing/pcem/APKBUILD
@@ -2,13 +2,13 @@
 # Maintainer: Vladimir Luzan <vluzan@disroot.org>
 pkgname=pcem
 pkgver=17
-pkgrel=1
+pkgrel=2
 pkgdesc="Retro PC emulator"
 url="http://pcem-emulator.co.uk"
 # not supported due to pcem specifics
 arch="all !aarch64 !armv7 !armhf !ppc64le !s390x !riscv64"
 license="GPL-2.0-only"
-makedepends="wxgtk-dev openal-soft-dev sdl2-dev alsa-lib-dev make autoconf automake"
+makedepends="wxwidgets-dev openal-soft-dev sdl2-dev alsa-lib-dev make autoconf automake"
 source="http://pcem-emulator.co.uk/files/PCemV${pkgver}Linux.tar.gz"
 
 
@@ -18,6 +18,7 @@ prepare() {
 }
 
 build() {
+	CPPFLAGS="$CPPFLAGS -flto=auto" \
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-- 
GitLab