mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
The following changes have been made: - Version has been updated to 10.1 - A patch has been added for bfd/elf-bfd.h in the multiarch variant. This is needed on Big Sur to support ELF.
11 lines
275 B
Diff
11 lines
275 B
Diff
--- bfd/elf-bfd.h.orig 2020-11-20 00:47:34.000000000 -0500
|
|
+++ bfd/elf-bfd.h 2020-11-20 00:48:08.000000000 -0500
|
|
@@ -22,6 +22,7 @@
|
|
#ifndef _LIBELF_H_
|
|
#define _LIBELF_H_ 1
|
|
|
|
+#include <string.h>
|
|
#include "elf/common.h"
|
|
#include "elf/external.h"
|
|
#include "elf/internal.h"
|