cdogs-sdl: fix build

This commit is contained in:
Enno Boland 2018-05-29 19:14:58 +02:00
parent 532f2b378d
commit fb3693a343
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -12,3 +12,7 @@ license="GPL-2"
distfiles="https://github.com/cxong/cdogs-sdl/archive/$version.tar.gz"
checksum=af53c4f45938c4c57f630bc073ea84354ca5a6e26f4e315241a7ba9036c13b52
configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/"
pre_configure() {
sed -i '/appveyor.yml.cmake/ s/^/#/' CMakeLists.txt
}