1 --- src/Makefile 2009-10-05 22:12:32.000000000 -0400
2 +++ src2/Makefile 2010-12-05 23:41:46.702034017 -0500
4 # this is the setting for OS X to create a universal PPC/Intel binary
5 # comment it out if you aren't running OS X for Intel
6 #TARGET_ARCH = -arch ppc
7 -TARGET_ARCH = -arch ppc -arch i686
8 +#TARGET_ARCH = -arch ppc -arch i686
11 CFLAGS = -Wall -O2 -DVERSION=\"$(VERSION)\"