$OpenBSD: patch-tools_gyp_pylib_gyp_generator_ninja_py,v 1.14 2015/01/22 11:16:41 robert Exp $
--- tools/gyp/pylib/gyp/generator/ninja.py.orig.port	Wed Dec  3 03:32:47 2014
+++ tools/gyp/pylib/gyp/generator/ninja.py	Sat Dec  6 11:34:27 2014
@@ -2018,7 +2018,7 @@ def GenerateOutputForConfig(target_list, target_dicts,
     master_ninja.rule(
       'alink_thin',
       description='AR $out',
-      command='rm -f $out && $ar rcsT $out $in')
+      command='rm -f $out && $ar rcs $out $in')
 
     # This allows targets that only need to depend on $lib's API to declare an
     # order-only dependency on $lib.TOC and avoid relinking such downstream
