summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-11-21 21:38:04 +0100
committerDavid Seifert <soap@gentoo.org>2020-11-21 21:38:04 +0100
commit74010217b98ba7f20211a93b53a34334893fa360 (patch)
tree87a439e1ef6407da01aa601b09f0207332bdda98 /dev-games/t4k-common/files/t4k-common-0.1.1-fno-common.patch
parentgames-arcade/spout: Port to EAPI 7 (diff)
downloadgentoo-74010217b98ba7f20211a93b53a34334893fa360.tar.gz
gentoo-74010217b98ba7f20211a93b53a34334893fa360.tar.bz2
gentoo-74010217b98ba7f20211a93b53a34334893fa360.zip
dev-games/t4k-common: Port to EAPI 7
Closes: https://bugs.gentoo.org/707168 Closes: https://bugs.gentoo.org/715574 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-games/t4k-common/files/t4k-common-0.1.1-fno-common.patch')
-rw-r--r--dev-games/t4k-common/files/t4k-common-0.1.1-fno-common.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-games/t4k-common/files/t4k-common-0.1.1-fno-common.patch b/dev-games/t4k-common/files/t4k-common-0.1.1-fno-common.patch
new file mode 100644
index 000000000000..2bdf418649c2
--- /dev/null
+++ b/dev-games/t4k-common/files/t4k-common-0.1.1-fno-common.patch
@@ -0,0 +1,11 @@
+--- a/src/t4k_common.h
++++ b/src/t4k_common.h
+@@ -239,7 +239,7 @@
+ #define MAX_LINES 128 //!< Maximum lines to wrap.
+ #define MAX_LINEWIDTH 256 //!< Maximum characters of each line.
+
+-char wrapped_lines[MAX_LINES][MAX_LINEWIDTH]; //!< Global buffer for wrapped lines.
++extern char wrapped_lines[MAX_LINES][MAX_LINEWIDTH]; //!< Global buffer for wrapped lines.
+
+ //TODO separate headers for different areas a la SDL?
+