mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
ia64 support. Due to the bogus placement of some i4b includes, it is
i386-only, even though it would work on all the isa-capable platforms. Change the NOI4B so that instead of excluding alpha, it only includes i386.
This commit is contained in:
parent
378749743c
commit
0407540adf
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ DPADD+= ${LIBRADIUS}
|
|||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(NOI4B) || ${MACHINE_ARCH} == "alpha"
|
||||
.if defined(NOI4B) || ${MACHINE_ARCH} != "i386"
|
||||
CFLAGS+=-DNOI4B
|
||||
.else
|
||||
SRCS+= i4b.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue