ports/devel/ikos/files/patch-analyzer_script_ikos.py.in
Yuri Victorovich dcb7376d00 devel/ikos: update 3.2 → 3.5
Reported by:	portscout
2025-01-09 04:22:08 -08:00

12 lines
308 B
Python

--- analyzer/script/ikos.py.in.orig 2025-01-09 06:36:15 UTC
+++ analyzer/script/ikos.py.in
@@ -43,6 +43,9 @@ import sys
import os.path
import sys
+# add local python module to sys.path
+sys.path.append('%%PREFIX%%/share/ikos/python')
+
if __name__ == '__main__':
try:
import ikos.analyzer