Index: Makefile
===================================================================
--- Makefile (revision 113)
+++ Makefile (revision 114)
@@ -14,7 +14,8 @@
tarballs = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
sha1s = $(addsuffix .sha1sum, $(tarballs))
-patches = $(CURDIR)/patches/brotli-1.0.9-unrecognized-R.patch
+patches = $(CURDIR)/patches/brotli-1.0.9-ext-suffix.patch
+patches += $(CURDIR)/patches/brotli-1.0.9-unrecognized-R.patch
.NOTPARALLEL: $(patches)
@@ -49,6 +50,7 @@
$(patches): $(sha1s)
@echo -e "\n======= Create Patches =======\n" ; \
+ ( cd create-1.0.9-ext-suffix-patch ; ./create.patch.sh ) ; \
( cd create-1.0.9-unrecognized-R-patch ; ./create.patch.sh ) ; \
echo -e "\n"