From 4613fd2db9d9b92529b47c34a535da31e16e90d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 11 Feb 2023 15:48:16 +0100 Subject: [PATCH] package/archlinux: the GCC 4.8 PKGBUILD needs GCC 4.8 corrade as well. ABI breakages and all. Won't be a problem once *really all* STL use is dropped from public APIs, but that'll still take a bit of time. --- package/archlinux/PKGBUILD-gcc48 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/archlinux/PKGBUILD-gcc48 b/package/archlinux/PKGBUILD-gcc48 index 57d5aeb98..9ac740678 100644 --- a/package/archlinux/PKGBUILD-gcc48 +++ b/package/archlinux/PKGBUILD-gcc48 @@ -6,7 +6,7 @@ pkgdesc="C++11/C++14 graphics middleware for games and data visualization (built arch=('i686' 'x86_64') url="https://magnum.graphics" license=('MIT') -depends=('corrade' 'openal' 'sdl2' 'glfw') +depends=('corrade=dev.gcc48' 'openal' 'sdl2' 'glfw') makedepends=('cmake' 'ninja' 'gcc48') options=('!strip') provides=('magnum-git')