Author: misc Date: Sun Feb 11 00:32:10 2007 New Revision: 118827 Modified: packages/cooker/zsnes/current/SPECS/zsnes.spec
Log: - use option to make it work on other arch than p4 ( ie do not optimize for cluster ) Modified: packages/cooker/zsnes/current/SPECS/zsnes.spec ============================================================================== --- packages/cooker/zsnes/current/SPECS/zsnes.spec (original) +++ packages/cooker/zsnes/current/SPECS/zsnes.spec Sun Feb 11 00:32:10 2007 @@ -1,6 +1,6 @@ %define name zsnes %define version 1.51 -%define release %mkrel 1 +%define release %mkrel 2 %define fversion %(echo %version|sed s/\\\\\.//) %define dversion %(echo %version|sed s/\\\\\./_/) @@ -42,7 +42,7 @@ # zsnes do not work with fortify patch, and i frankly do not want to mess with the mix of asm and C source code # (misc) export CFLAGS="-O2 -g -pipe -fexceptions -fomit-frame-pointer -fasynchronous-unwind-tables" -%configure --x-includes=/usr/X11R6/include +%configure --x-includes=/usr/X11R6/include --enable-release --disable-cpucheck force_arch=i586 make %install
