wok-current diff lua/receipt @ rev 25730
Fix depend for xorg-server (libxshmfence)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 13:05:56 2024 +0000 (11 days ago) |
parents | ede1d184d5c5 |
children |
line diff
1.1 --- a/lua/receipt Mon Feb 14 17:51:14 2022 +0000 1.2 +++ b/lua/receipt Thu Dec 05 13:05:56 2024 +0000 1.3 @@ -14,7 +14,7 @@ 1.4 DEPENDS="libtic ncurses readline" 1.5 BUILD_DEPENDS="libtic ncurses-dev readline-dev" 1.6 1.7 -HOST_ARCH="i486 arm" 1.8 +HOST_ARCH="i486 arm x86_64" 1.9 1.10 # What is the latest version available today? 1.11 current_version() 1.12 @@ -34,6 +34,9 @@ 1.13 i486) 1.14 sed -i s"/-O2/-Os -march=$ARCH/" src/Makefile 1.15 make linux MYLIBS=/lib/libtic.so ;; 1.16 + x86_64) 1.17 + sed -i s"/-O2/-Os -march=nocona -fPIC/" src/Makefile 1.18 + make linux MYLIBS=/lib/libtic.so ;; 1.19 esac && 1.20 1.21 # lua.pc