mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
attract: rebuild for SFML-2.6.1
Co-authored-by: John <me@johnnynator.dev>
This commit is contained in:
parent
e9d4927d2a
commit
f863064934
2 changed files with 12 additions and 1 deletions
11
srcpkgs/attract/patches/null.patch
Normal file
11
srcpkgs/attract/patches/null.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/extlibs/gameswf/gameswf/gameswf_sprite.cpp 2022-02-16 03:30:39.000000000 +0100
|
||||||
|
+++ - 2023-12-06 00:05:49.469776618 +0100
|
||||||
|
@@ -170,7 +170,7 @@
|
||||||
|
// none. Coords are in parent's frame.
|
||||||
|
{
|
||||||
|
if (get_visible() == false) {
|
||||||
|
- return NULL;
|
||||||
|
+ return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
matrix m = get_matrix();
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'attract'
|
# Template file for 'attract'
|
||||||
pkgname=attract
|
pkgname=attract
|
||||||
version=2.6.2
|
version=2.6.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="VERBOSE=1"
|
make_build_args="VERBOSE=1"
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue