diff options
Diffstat (limited to 'development/4th/4th.SlackBuild')
-rw-r--r-- | development/4th/4th.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/4th/4th.SlackBuild b/development/4th/4th.SlackBuild index ea098f672e..4b8c4c9310 100644 --- a/development/4th/4th.SlackBuild +++ b/development/4th/4th.SlackBuild @@ -5,7 +5,7 @@ # Written by Zbigniew Baniewski <Zbigniew.Baniewski@gmail.com> PRGNAM=4th -VERSION=3.62.0 +VERSION=${VERSION:-3.62.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,7 +53,7 @@ find -L . \ -exec chmod 644 {} \; if [ "$ARCH" = "x86_64" ]; then - cat $CWD/01-if_for_64bit.patch | patch -p2 || exit + cat $CWD/02-to_preserve_32bit_compatibility.patch | patch -p2 || exit cp include/* . fi |