diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-31 03:54:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-31 04:12:55 +0300 |
commit | d5af01cef60230bfdd90dda14944075f896e2a93 (patch) | |
tree | 27fc5eebad5cdb39d72da324edf9907a6547ee40 /bmake | |
parent | bd17bd98bb85bc146958fed07f48dcea55a969a5 (diff) | |
download | plus-d5af01cef60230bfdd90dda14944075f896e2a93.tar.gz plus-d5af01cef60230bfdd90dda14944075f896e2a93.tar.bz2 plus-d5af01cef60230bfdd90dda14944075f896e2a93.tar.xz plus-d5af01cef60230bfdd90dda14944075f896e2a93.zip |
Allow use system guichan by automake switch --with-internalguichan=no.
Cmake always using internal guichan.
Diffstat (limited to 'bmake')
-rwxr-xr-x | bmake | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -39,7 +39,8 @@ autoreconf -i --datadir=$dir/run/share/games \ --bindir=$dir/run/bin \ --mandir=$dir/run/share/man \ ---enable-memdebug=no +--enable-memdebug=no \ +--with-internalguichan=yes cd po #make -j5 update-po 2>../make1.log |