Files
macports-ports/devel/cctools/files/cctools-949-libstuff-add-args-c.diff
Ken CunninghamandKen 45621bb9da cctools: bump to 949.0.1
correlates with xcode 11.3.1

remove rsrc fork stripping workaround
there don't seem to be rsrc forks in cctools any longer

fix build with older SDKs and older compilers
various minor workarounds to allow build with SDKs < 10.12
and with older compilers that don't support __has_include

closes: https://trac.macports.org/ticket/58749
closes: https://trac.macports.org/ticket/61133
2021-01-27 18:43:02 -08:00

14 lines
553 B
Diff

diff --git libstuff/Makefile libstuff/Makefile
index 975a5f6..da5a411 100644
--- libstuff/Makefile
+++ libstuff/Makefile
@@ -39,7 +39,7 @@ ifeq "$(EFITOOLS)" "efitools"
else
COFF_BYTESEX =
endif
-CFILES = allocate.c errors.c arch.c execute.c bytesex.c rnd.c hppa.c \
+CFILES = args.c allocate.c errors.c arch.c execute.c bytesex.c rnd.c hppa.c \
swap_headers.c reloc.c version_number.c get_toc_byte_sex.c \
best_arch.c fatals.c arch_usage.c ofile.c ofile_error.c print.c \
set_arch_flag_name.c seg_addr_table.c dylib_table.c write64.c \