ports/graphics/gimp/snapshot/patches/patch-tools_defcheck_py

14 lines
240 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
uses nm options that arent supported by our nm
Index: tools/defcheck.py
--- tools/defcheck.py.orig
+++ tools/defcheck.py
@@ -46,6 +46,7 @@ def_files = (
)
have_errors = 0
+sys.exit (have_errors)
srcdir = None
if len(sys.argv) > 1: