1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Remove 4.X cruft.

Approved by:	maintainer
This commit is contained in:
Mark Linimon 2007-02-06 02:01:27 +00:00
parent 93f79f9f52
commit 8be462141a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184335

View File

@ -162,10 +162,7 @@ OPTIONS= OPTIMIZATION "Try building with optimizations" on
EXTRA_LIBS= ${PTHREAD_LIBS}
# we only run on i386 and amd64 release 5+
.if ${OSVERSION} < 500000
BROKEN= Does not compile on FreeBSD-${OSREL}
.elif !(${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH} == sparc64)
.if !(${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH} == sparc64)
IGNORE= dumps core on ${ARCH}
.endif