summaryrefslogtreecommitdiff
path: root/graphics/png/files/patch-aa
blob: 5189c653c0438c532b5e8150677cdf7ea16307a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- scripts/makefile.freebsd.orig	Sat May 18 18:46:45 2002
+++ scripts/makefile.freebsd	Wed Oct 20 23:06:52 2004
@@ -25,7 +25,7 @@
 DPADD+=         ${LIBM} ${LIBZ}
 
 CFLAGS+= -I. -DPNG_USE_PNGGCCRD
-.if (${MACHINE_ARCH} != "i386")
+.if (${ARCH} != "i386")
 CFLAGS+= -DPNG_NO_ASSEMBLER_CODE
 .endif