From 087235436787ee450c046083033d1844e6c42868 Mon Sep 17 00:00:00 2001 From: Michael Belyaev Date: Mon, 23 Jan 2017 11:00:20 +0300 Subject: [PATCH] hfsprogs: fix building on macOS Signed-off-by: Michael Belyaev --- .../patches/0001-Create-short-Makefiles-for-Debian.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/hfsprogs/patches/0001-Create-short-Makefiles-for-Debian.patch b/utils/hfsprogs/patches/0001-Create-short-Makefiles-for-Debian.patch index a8c419369..98a4ea87f 100644 --- a/utils/hfsprogs/patches/0001-Create-short-Makefiles-for-Debian.patch +++ b/utils/hfsprogs/patches/0001-Create-short-Makefiles-for-Debian.patch @@ -69,7 +69,7 @@ index 0000000..8c07196 +OFILES = $(CFILES:.c=.o) + +libdfa.a: $(OFILES) -+ ar rc $@ $? ++ $(AR) rc $@ $? + +clean: + $(RM) $(OFILES) libdfa.a