mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
Makefile bump PORTREVISION; USE_CSTD: gnu89 became gnu99 [0]; files/ *: if ARCH=i386, replaces ARCH with ia32; elf_ia32_efi.lds: sync OUTPUT_FORMAT [1]; MokManager.c: used UINT32 for MokNum. Reported by: pkg-fallout Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18572 [0] shim.c:2176:3: error: this decimal constant is unsigned only in ISO C90 [1] patch-elf_x86_64_efi.lds always appended -freebsd as OUTPUT_FORMAT
8 lines
269 B
Text
8 lines
269 B
Text
--- elf_ia32_efi.lds.orig 2018-12-15 14:43:25 UTC
|
|
+++ elf_ia32_efi.lds
|
|
@@ -1,4 +1,4 @@
|
|
-OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
|
|
+OUTPUT_FORMAT("elf32-i386-freebsd", "elf32-i386-freebsd", "elf32-i386-freebsd")
|
|
OUTPUT_ARCH(i386)
|
|
ENTRY(_start)
|
|
SECTIONS
|