opnsense-ports/security/hotssh/files/patch-wscript
Franco Fichtner 2920441996 */*: sync with upstream
Taken from: FreeBSD
2015-09-17 08:37:32 +02:00

11 lines
277 B
Text

--- wscript.orig
+++ wscript
@@ -14,7 +14,7 @@
opt.tool_options('python')
def configure(conf):
- conf.check_tool('gcc gnome python intltool misc')
+ conf.check_tool('cc gnome python intltool misc')
conf.check_python_version((2,4,2))
conf.check_python_module('dbus')