diff options
author | 2021-09-14 18:33:14 -0400 | |
---|---|---|
committer | 2021-09-14 22:40:36 -0400 | |
commit | 2fc2e16c0ed4057ca455e1a684cb9a1838f64d65 (patch) | |
tree | 025f3e184d3123fe594778c50691b269931793f0 /games-action/geki3-KXL/files/geki3-KXL-1.0.3-cflags.patch | |
parent | games-action/geki2-KXL: EAPI6->8, fix clang/fonts, cleanup patches (diff) | |
download | gentoo-2fc2e16c0ed4057ca455e1a684cb9a1838f64d65.tar.gz gentoo-2fc2e16c0ed4057ca455e1a684cb9a1838f64d65.tar.bz2 gentoo-2fc2e16c0ed4057ca455e1a684cb9a1838f64d65.zip |
games-action/geki3-KXL: EAPI6->8, fix clang/fonts, cleanup patches
Removed paths patch that was mostly for /usr/games, and instead
require a smaller workaround to install-data and remove .score.
Also fix description, this is a different game than geki2 (horizontal).
Add media-fonts/font-bitstream-100dpi as it'd crash (later) without.
Closes: https://bugs.gentoo.org/730854
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-action/geki3-KXL/files/geki3-KXL-1.0.3-cflags.patch')
-rw-r--r-- | games-action/geki3-KXL/files/geki3-KXL-1.0.3-cflags.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games-action/geki3-KXL/files/geki3-KXL-1.0.3-cflags.patch b/games-action/geki3-KXL/files/geki3-KXL-1.0.3-cflags.patch new file mode 100644 index 000000000000..952b4bf6d746 --- /dev/null +++ b/games-action/geki3-KXL/files/geki3-KXL-1.0.3-cflags.patch @@ -0,0 +1,9 @@ +https://bugs.gentoo.org/426890 +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -5,4 +5,4 @@ + ranking.c ranking.h your.c your.h + +-CFLAGS = @X_CFLAGS@ @KXL_CFLAGS@ ++AM_CFLAGS = @X_CFLAGS@ @KXL_CFLAGS@ + LIBS = @X_LIBS@ -lX11 @KXL_LIBS@ -lKXL |