- 214 名前:211 ◆hzkudVaLnM mailto:sage [2005/09/15(木) 01:49:44 ID:fLMACj8C]
- >>212
それは漏れにパッチを作れと(ry [momo@momoSrv SPECS]$ diff -u kita.spec.org kita.spec --- kita.spec.org 2005-09-15 01:43:39.431434086 +0900 +++ kita.spec 2005-09-15 01:35:46.825065343 +0900 @@ -7,6 +7,8 @@ %define _prefix /opt/kde3 %endif +%define is_x86_64 %(if [ "x86_64" == `uname -m` ]; then echo "yes";fi) + Summary: 2ch client for KDE Name: kita Version: %{version} @@ -29,6 +31,14 @@ %build ./configure --prefix=%{_prefix} \ +%if %{is_x86_64} == "yes" + --enable-libsuffix=64 \ + %if %{is_suse} == "yes" + --with-qt-libraries=/usr/lib64/qt-3.3/lib64 \ + %else + --with-qt-libraries=/usr/lib64/qt-3.3/lib \ + %endif +%endif %if %{use_xdg_menu} --enable-xdg-menu %endif
|

|