--- plamo/00_base/old/ncurses-20160114/PlamoBuild.ncurses-5.7 2016-01-14 08:31:54.000000000 +0900 +++ plamo/00_base/ncurses/PlamoBuild.ncurses-5.7 2016-03-24 11:50:31.000000000 +0900 @@ -6,7 +6,7 @@ pkgbase=ncurses vers=5.7 arch=`uname -m` -build=P4 +build=P5 src=$pkgbase-$vers OPT_CONFIG="--with-shared --without-debug --enable-widec --with-manpage-format=normal" @@ -204,8 +204,10 @@ done cd $B patch -Np1 -i $W/ncurses-5.7-branch_update-21.patch - cp -p misc/run_tic.in{,.orig} - sed -i 's@\@lib64@g' misc/run_tic.in + if [ $arch == x86_64 ] ; then + cp -p misc/run_tic.in{,.orig} + sed -i 's@\@lib64@g' misc/run_tic.in + fi for i in `seq 0 $((${#B[@]} - 1))` ; do cd ${B[$i]} if [ -f Makefile ] ; then