hfsprogs: fix building on macOS 3896/head
authorMichael Belyaev <usr-sse2@users.noreply.github.com>
Mon, 23 Jan 2017 08:00:20 +0000 (11:00 +0300)
committerMichael Belyaev <usrsse2@me.com>
Tue, 31 Jan 2017 16:29:58 +0000 (19:29 +0300)
Signed-off-by: Michael Belyaev <usrsse2@icloud.com>
utils/hfsprogs/patches/0001-Create-short-Makefiles-for-Debian.patch

index a8c4193695a27e2a8db21983a730ab3727d3dfce..98a4ea87f479ed3887654d0386507d9c9fed026d 100644 (file)
@@ -69,7 +69,7 @@ index 0000000..8c07196
 +OFILES = $(CFILES:.c=.o)
 +
 +libdfa.a: $(OFILES)
-+      ar rc $@ $?
++      $(AR) rc $@ $?
 +
 +clean:
 +      $(RM) $(OFILES) libdfa.a