diff options
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 |
commit | 80ec56515c4c0246bc07f15f1b76cee1a8f271f9 (patch) | |
tree | 4a808d523abf0d99362c171b2b8c9c7dc531d0cd /games/eduke32/tools.diff | |
parent | 4ef8aa3c658088889eae38d5c70ab86f0c50c9cf (diff) |
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/tools.diff')
-rw-r--r-- | games/eduke32/tools.diff | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/eduke32/tools.diff b/games/eduke32/tools.diff new file mode 100644 index 0000000000000..22807c3dc435d --- /dev/null +++ b/games/eduke32/tools.diff @@ -0,0 +1,18 @@ +diff -Naur eduke32_20211102-9751-8970754aa/GNUmakefile eduke32_20211102-9751-8970754aa.patched/GNUmakefile +--- eduke32_20211102-9751-8970754aa/GNUmakefile 2021-11-03 00:31:19.000000000 -0400 ++++ eduke32_20211102-9751-8970754aa.patched/GNUmakefile 2021-11-07 15:41:44.198560499 -0500 +@@ -439,13 +439,12 @@ + + tools_cflags := $(engine_cflags) + +-tools_deps := engine_tools ++tools_deps := engine_tools mimalloc + + tools_targets := \ + arttool \ + bsuite \ + cacheinfo \ +- generateicon \ + givedepth \ + ivfrate \ + kextract \ |