mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
cdogs-sdl: fix build
This commit is contained in:
parent
532f2b378d
commit
fb3693a343
1 changed files with 4 additions and 0 deletions
|
@ -12,3 +12,7 @@ license="GPL-2"
|
||||||
distfiles="https://github.com/cxong/cdogs-sdl/archive/$version.tar.gz"
|
distfiles="https://github.com/cxong/cdogs-sdl/archive/$version.tar.gz"
|
||||||
checksum=af53c4f45938c4c57f630bc073ea84354ca5a6e26f4e315241a7ba9036c13b52
|
checksum=af53c4f45938c4c57f630bc073ea84354ca5a6e26f4e315241a7ba9036c13b52
|
||||||
configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/"
|
configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i '/appveyor.yml.cmake/ s/^/#/' CMakeLists.txt
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue