diff options
Diffstat (limited to 'system/mandoc/cgi-adelie.patch')
-rw-r--r-- | system/mandoc/cgi-adelie.patch | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/system/mandoc/cgi-adelie.patch b/system/mandoc/cgi-adelie.patch index 66ce6a9ba..fff862240 100644 --- a/system/mandoc/cgi-adelie.patch +++ b/system/mandoc/cgi-adelie.patch @@ -2,7 +2,7 @@ Adjustments for Adélie manual sections and architecture names. --- mandoc-1.14.5/cgi.c 2019-03-10 04:56:43.000000000 -0500 +++ mandoc-1.14.5/cgi.c 2020-06-05 15:54:05.681060852 -0500 -@@ -101,36 +101,28 @@ static const char *scriptname = SCRIPT_ +@@ -101,38 +101,28 @@ static const char *scriptname = SCRIPT_ static const int sec_prios[] = {1, 4, 5, 8, 6, 3, 7, 2, 9}; static const char *const sec_numbers[] = { @@ -32,16 +32,18 @@ Adjustments for Adélie manual sections and architecture names. static const int sec_MAX = sizeof(sec_names) / sizeof(char *); static const char *const arch_names[] = { -- "amd64", "alpha", "armv7", "arm64", -- "hppa", "i386", "landisk", -- "loongson", "luna88k", "macppc", "mips64", -- "octeon", "sgi", "socppc", "sparc64", +- "amd64", "alpha", "armv7", "arm64", +- "hppa", "i386", "landisk", "loongson", +- "luna88k", "macppc", "mips64", "octeon", +- "powerpc64", "riscv64", "sparc64", +- - "amiga", "arc", "armish", "arm32", - "atari", "aviion", "beagle", "cats", - "hppa64", "hp300", - "ia64", "mac68k", "mvme68k", "mvme88k", - "mvmeppc", "palm", "pc532", "pegasos", -- "pmax", "powerpc", "solbourne", "sparc", +- "pmax", "powerpc", "sgi", "socppc", +- "solbourne", "sparc", - "sun3", "vax", "wgrisc", "x68k", - "zaurus" + "aarch64", "armv7", "pmmx", |