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
@ -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 New Issue
Block a user