Page MenuHomeFreeBSD

D40011.diff
No OneTemporary

D40011.diff

diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -296,8 +296,8 @@
.else
BROKEN_OPTIONS+=LIB32
.endif
-# EFI doesn't exist on powerpc (well, officially)
-.if ${__T:Mpowerpc*}
+# EFI doesn't exist on powerpc (well, officially) and doesn't work on i386
+.if ${__T:Mpowerpc*} || ${__T} == "i386"
BROKEN_OPTIONS+=EFI
.endif
# OFW is only for powerpc, exclude others

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 30, 12:24 AM (21 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32419943
Default Alt Text
D40011.diff (433 B)

Event Timeline