diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-08 17:18:53 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:55 +0700 |
commit | e6b5b84db59f58477ac1805d67dfdbb062aeee04 (patch) | |
tree | 6782b38ebe63730a08b7481ce87e8123946d185e /games/eduke32/compilefix.diff | |
parent | 867b39f1ca7d78e2c5adb7674ad1fb70fa0a4c72 (diff) |
games/eduke32: Updated for version 20160704_5811.
Diffstat (limited to 'games/eduke32/compilefix.diff')
-rw-r--r-- | games/eduke32/compilefix.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/eduke32/compilefix.diff b/games/eduke32/compilefix.diff new file mode 100644 index 0000000000000..7b7ae7e49afaa --- /dev/null +++ b/games/eduke32/compilefix.diff @@ -0,0 +1,12 @@ +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; |