summaryrefslogtreecommitdiffstats
path: root/games/eduke32/compilefix.diff
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-11-08 15:42:25 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-12-04 10:08:54 +0700
commit80ec56515c4c0246bc07f15f1b76cee1a8f271f9 (patch)
tree4a808d523abf0d99362c171b2b8c9c7dc531d0cd /games/eduke32/compilefix.diff
parent4ef8aa3c658088889eae38d5c70ab86f0c50c9cf (diff)
downloadslackbuilds-80ec56515c4c0246bc07f15f1b76cee1a8f271f9.tar.gz
slackbuilds-80ec56515c4c0246bc07f15f1b76cee1a8f271f9.tar.xz
games/eduke32: Updated for version 20211102_9751_8970754aa.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/eduke32/compilefix.diff')
-rw-r--r--games/eduke32/compilefix.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/eduke32/compilefix.diff b/games/eduke32/compilefix.diff
deleted file mode 100644
index 7b7ae7e49a..0000000000
--- a/games/eduke32/compilefix.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur eduke32_20160704-5811.orig/build/src/util/generateicon.c eduke32_20160704-5811/build/src/util/generateicon.c
---- eduke32_20160704-5811.orig/build/src/util/generateicon.c 2013-10-06 03:50:16.000000000 -0400
-+++ eduke32_20160704-5811/build/src/util/generateicon.c 2016-08-07 23:58:35.091530858 -0400
-@@ -64,7 +64,7 @@
-
- memset(&icon, 0, sizeof(icon));
-
-- kpzload(argv[1], (intptr_t*)&icon.pixels, (int32_t*)&bpl, (int32_t*)&icon.width, (int32_t*)&icon.height);
-+ kpzload(argv[1], (intptr_t*)&icon.pixels, (int32_t*)&icon.width, (int32_t*)&icon.height);
- if (!icon.pixels) {
- Bfprintf(stderr, "Failure loading %s\n", argv[1]);
- return 1;