mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
games/gzdoom: Mark for x86_64 only.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
951defd821
commit
63554c2a40
2 changed files with 4 additions and 10 deletions
|
@ -10,9 +10,3 @@ your system, try installing gzdoom-legacy instead. Note that gzdoom
|
|||
and gzdoom-legacy conflict: only install one or the other.
|
||||
|
||||
See README_SBo.txt for optional runtime dependencies.
|
||||
|
||||
Note to 32-bit users: gzdoom requires the SSE2 extension. If you
|
||||
get "illegal instruction" errors when trying to run gzdoom, your
|
||||
CPU doesn't have SSE2, and you should use gzdoom-legacy instead.
|
||||
At this point (2022), there aren't that many non-SSE2 x86 CPUs still
|
||||
in service, so probably this won't be a problem for you.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gzdoom"
|
||||
VERSION="4.10.0"
|
||||
HOMEPAGE="http://gzdoom.drdteam.org/"
|
||||
DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g4.10.0/gzdoom-g4.10.0.tar.gz"
|
||||
MD5SUM="54d8348650b8693fb545b20538e019ad"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/coelckers/gzdoom/archive/g4.10.0/gzdoom-g4.10.0.tar.gz"
|
||||
MD5SUM_x86_64="54d8348650b8693fb545b20538e019ad"
|
||||
REQUIRES="zmusic"
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="urchlay@slackware.uk"
|
||||
|
|
Loading…
Reference in a new issue