$OpenBSD: patch-tools_gyp_pylib_gyp_generator_ninja_py,v 1.10 2014/07/20 17:22:34 robert Exp $
--- tools/gyp/pylib/gyp/generator/ninja.py.orig.port	Tue Jul 15 13:04:07 2014
+++ tools/gyp/pylib/gyp/generator/ninja.py	Thu Jul 17 12:25:32 2014
@@ -1903,7 +1903,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
