wesnoth: update to 1.14.17
Add -UNDEBUG to compiler flags to override the cmake build style default. Wesnoth's compilation errors out if assertions are disabled.
This commit is contained in:
parent
3568f225ac
commit
c0e9cc5d50
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wesnoth'
|
# Template file for 'wesnoth'
|
||||||
pkgname=wesnoth
|
pkgname=wesnoth
|
||||||
version=1.14.16
|
version=1.14.17
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_OMP=1"
|
configure_args="-DENABLE_OMP=1"
|
||||||
|
@ -14,9 +14,12 @@ maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://wesnoth.org"
|
homepage="https://wesnoth.org"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=0f52d427e2fb58f4d1961847be4e3564a3c4ad78190042b6d04f83cedac030b5
|
checksum=3646cba604e09c12d6900a733bcb78cbf05f2f75f05346630d6529c220f584e1
|
||||||
replaces="wesnoth-data>=0"
|
replaces="wesnoth-data>=0"
|
||||||
|
|
||||||
|
CFLAGS="-UNDEBUG"
|
||||||
|
CXXFLAGS="-UNDEBUG"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# runit service
|
# runit service
|
||||||
vsv wesnothd
|
vsv wesnothd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue