Skip to content
Snippets Groups Projects
Unverified Commit 34c91693 authored by alice's avatar alice
Browse files

testing/pcem: rebuild against wxwidgets-3.2

parent 62910f07
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment