diff options
-rw-r--r-- | devel/ninja/files/patch-configure.py | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/devel/ninja/files/patch-configure.py b/devel/ninja/files/patch-configure.py index 0b47fdaf7202..61f0af7cc6eb 100644 --- a/devel/ninja/files/patch-configure.py +++ b/devel/ninja/files/patch-configure.py @@ -1,6 +1,15 @@ ---- configure.py.orig 2012-06-26 19:09:41.000000000 +0200 -+++ configure.py 2012-06-26 19:09:54.000000000 +0200 -@@ -117,7 +117,7 @@ +--- configure.py.orig 2014-11-24 18:37:47.000000000 +0100 ++++ configure.py 2015-01-18 21:26:42.000000000 +0100 +@@ -164,7 +164,7 @@ + """Run a subcommand, quietly. Prints the full command on error.""" + try: + subprocess.check_call(cmdline, shell=True) +- except subprocess.CalledProcessError, e: ++ except subprocess.CalledProcessError: + print('when running: ', cmdline) + raise + +@@ -297,7 +297,7 @@ cflags += ['/Ox', '/DNDEBUG', '/GL'] ldflags += ['/LTCG', '/OPT:REF', '/OPT:ICF'] else: |