5 May
2006
5 May
'06
9:07 p.m.
On Fri, May 05, 2006 at 04:27:23PM -0400, Jason Chu wrote:
/bin/sed -i -e 's/CFLAGS= -Wall -O3 -ansi $(shell sdl-config --cflags)/CFLAGS= -Wall -O3 -march=x86-64 -pipe -ansi $(shell sdl-config --cflags)/' Makefile
You should be able to use the $CARCH variable instead of x86-64. Then it'll work in both architectures.
Thanks for pointing this out. But one can't directly change x86-64 to $CARCH since $CARCH=x86_64 (note the underscore). Anyway, here's the updated PKGBUILD. -- Ivan Stankovic, ivan.stankovic@fer.hr