diff -ru aaphoto.old/Makefile aaphoto/Makefile --- aaphoto.old/Makefile 2010-07-26 17:55:25.000000000 +0200 +++ aaphoto/Makefile 2010-07-26 17:45:26.000000000 +0200 @@ -35,7 +35,7 @@ .include -.if ${ARCH} == "amd64" || ${ARCH} == "i386" && ${OSVERSION} >= 700000 +.if (${ARCH} == "amd64" || ${ARCH} == "i386") && ${OSVERSION} >= 700000 CFLAGS+= -fopenmp -D__OPENMP__ .endif