void-packages/srcpkgs/gpsd/patches/SConstruct-cross.patch

14 lines
327 B
Diff
Raw Normal View History

2020-05-17 12:20:00 +00:00
--- SConstruct~ 2020-01-01 02:31:27.000000000 +0100
+++ SConstruct 2020-05-17 11:20:07.334411693 +0200
@@ -629,6 +629,10 @@
# run it
ret = context.TryRun(program, '.c')
+ if not ret[1]:
+ # Assume 8
+ context.Result("unchecked")
+ return '8'
context.Result(ret[0])
return ret[1]