We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26cd9ae commit 2d5a0a7Copy full SHA for 2d5a0a7
Makefile.pre.in
@@ -935,7 +935,7 @@ $(BUILDPYTHON)-gdb.py: $(SRC_GDB_HOOKS)
935
# known modifications to the source tree before building.
936
.PHONY: app-store-compliance
937
app-store-compliance:
938
- patch -p1 @APP_STORE_COMPLIANCE_PATCH_FLAGS@ < $(srcdir)/$(APP_STORE_COMPLIANCE_PATCH)
+ patch @APP_STORE_COMPLIANCE_PATCH_FLAGS@ --forward --strip=1 --directory="$(srcdir)" --input "$(APP_STORE_COMPLIANCE_PATCH)"
939
940
# This rule is here for OPENSTEP/Rhapsody/MacOSX. It builds a temporary
941
# minimal framework (not including the Lib directory and such) in the current
0 commit comments