$OpenBSD: patch-tools_gyp_pylib_gyp_generator_ninja_py,v 1.2 2013/07/15 14:59:30 robert Exp $
--- tools/gyp/pylib/gyp/generator/ninja.py.orig.port	Wed Jun 12 09:31:22 2013
+++ tools/gyp/pylib/gyp/generator/ninja.py	Sun Jul  7 15:54:58 2013
@@ -1533,7 +1533,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
