Browse Source

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.
pull/601/head
Vladimír Vondruš 3 years ago
parent
commit
4613fd2db9
  1. 2
      package/archlinux/PKGBUILD-gcc48

2
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') arch=('i686' 'x86_64')
url="https://magnum.graphics" url="https://magnum.graphics"
license=('MIT') license=('MIT')
depends=('corrade' 'openal' 'sdl2' 'glfw') depends=('corrade=dev.gcc48' 'openal' 'sdl2' 'glfw')
makedepends=('cmake' 'ninja' 'gcc48') makedepends=('cmake' 'ninja' 'gcc48')
options=('!strip') options=('!strip')
provides=('magnum-git') provides=('magnum-git')

Loading…
Cancel
Save