freebsd-ports/security/hotssh/files/patch-wscript
Ashish SHUKLA 8952e4e413 - Add STAGE support
- Add LICENSE information
- Fix building on 10.x and later
2014-06-30 12:04:09 +00:00

14 lines
289 B
Text

$FreeBSD$
--- 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')