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:
parent
93f79f9f52
commit
8be462141a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184335
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user