diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-24 13:57:24 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-26 01:20:12 +0700 |
commit | 031ca49dd10c280fb58a64939da0ee680eaab1fd (patch) | |
tree | 6309b17ab1ab64bf05bae58db880805e6b435e11 /games/eduke32/eduke32.SlackBuild | |
parent | 2736a4b96fb6372ac645715ca888f3cb648e6bbd (diff) |
games/eduke32: Fix 32-bit build.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/eduke32/eduke32.SlackBuild')
-rw-r--r-- | games/eduke32/eduke32.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/eduke32/eduke32.SlackBuild b/games/eduke32/eduke32.SlackBuild index 9bae23a3e9278..e187b1a6398bd 100644 --- a/games/eduke32/eduke32.SlackBuild +++ b/games/eduke32/eduke32.SlackBuild @@ -153,9 +153,10 @@ mkdir -p $PKG/usr/games installbins $PRGNAM mapster32 voidsw wangulator # the tools: -# patch does 2 things: fix linking (add mimalloc as a dep) and -# get rid of the generateicon tool (which still fails to build). +# patch is upstream commit a7a6cd043749947773cbf3e85ed66ffd6273f659, +# thanks to willysr for tracking it down. patch -p1 < $CWD/tools.diff + runmake tools installbins arttool bsuite cacheinfo givedepth ivfrate kextract kgroup \ kmd2tool makesdlkeytrans map2stl md2tool mkpalette transpal \ |