ports/editors/rehex/files/patch-plugins_binary-template_Makefile
Robert Clausecker 930715f767 editors/rehex: update to 0.5.0
ChangeLog: https://github.com/solemnwarning/rehex/releases/tag/0.5.0

Submitter requests maintainership. Already maintainer of several ports.

PR:	263562
Reported by:	fuz@fuz.su (maintainer)
2022-04-28 07:58:56 +02:00

11 lines
315 B
Text

--- plugins/binary-template/Makefile.orig 2022-04-25 10:32:52 UTC
+++ plugins/binary-template/Makefile
@@ -49,7 +49,7 @@ ifeq ($(BUSTED),)
endif
ifeq ($(BUSTED),)
- X := $(error Neither busted or busted.bat found in PATH)
+ BUSTED := @echo busted not found in PATH, skipping checks ; true
endif
endif