1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix comparison (nod to Freshports sanity-checking daemon).

This commit is contained in:
Trevor Johnson 2005-01-14 12:42:39 +00:00
parent 5ddfce09fd
commit 329803b1d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126421

View File

@ -29,7 +29,7 @@ LATEST_LINK= gcc295
.include <bsd.port.pre.mk>
.if ${ARCH} = alpha
.if (${ARCH} == alpha)
WITHOUT_CPU_CFLAGS= yes
.endif