diff options
Diffstat (limited to 'community/upx/0001-rm-broken-whitespace-check.patch')
-rw-r--r-- | community/upx/0001-rm-broken-whitespace-check.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/community/upx/0001-rm-broken-whitespace-check.patch b/community/upx/0001-rm-broken-whitespace-check.patch new file mode 100644 index 0000000000..b245a4fb29 --- /dev/null +++ b/community/upx/0001-rm-broken-whitespace-check.patch @@ -0,0 +1,16 @@ +--- a/src/Makefile ++++ b/src/Makefile +@@ -104,13 +104,6 @@ + endif + + CHECK_WHITESPACE = +-ifeq ($(shell uname),Linux) +-CHECK_WHITESPACE = $(top_srcdir)/src/stub/scripts/check_whitespace.sh $(top_srcdir) +-ifneq ($(wildcard $(top_srcdir)/.git/.),) +-CHECK_WHITESPACE = $(top_srcdir)/src/stub/scripts/check_whitespace_git.sh $(top_srcdir) +-endif +-check-whitespace : ; $(CHECK_WHITESPACE) +-endif + .PHONY: check-whitespace + + mostlyclean clean distclean maintainer-clean: |