summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorJude Taylor <me@jude.bio>2015-06-26 09:53:58 -0700
committerJude Taylor <me@jude.bio>2015-06-26 09:54:49 -0700
commit05fe0da05950b57b15555da876038f8c5321f3b7 (patch)
treedb0d630d54201120ffc22e2dc18b858df72e6544 /pkgs/development/python-modules
parent363d1bf07a8d3bf067b9e7691ea58d29ca40eb97 (diff)
downloadnixpkgs-05fe0da05950b57b15555da876038f8c5321f3b7.tar
nixpkgs-05fe0da05950b57b15555da876038f8c5321f3b7.tar.gz
nixpkgs-05fe0da05950b57b15555da876038f8c5321f3b7.tar.bz2
nixpkgs-05fe0da05950b57b15555da876038f8c5321f3b7.tar.lz
nixpkgs-05fe0da05950b57b15555da876038f8c5321f3b7.tar.xz
nixpkgs-05fe0da05950b57b15555da876038f8c5321f3b7.tar.zst
nixpkgs-05fe0da05950b57b15555da876038f8c5321f3b7.zip
remove obsolete part of gyp patch
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/gyp/no-darwin-cflags.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/development/python-modules/gyp/no-darwin-cflags.patch b/pkgs/development/python-modules/gyp/no-darwin-cflags.patch
index 353cc133b53..798d0f0b16d 100644
--- a/pkgs/development/python-modules/gyp/no-darwin-cflags.patch
+++ b/pkgs/development/python-modules/gyp/no-darwin-cflags.patch
@@ -22,19 +22,6 @@ Index: gyp/pylib/gyp/xcode_emulation.py
      self._Appendf(cflags, 'GCC_OPTIMIZATION_LEVEL', '-O%s', default='s')
  
      if self._Test('GCC_GENERATE_DEBUGGING_SYMBOLS', 'YES', default='YES'):
-@@ -519,12 +513,6 @@
-     if self._Test('GCC_SYMBOLS_PRIVATE_EXTERN', 'YES', default='NO'):
-       cflags.append('-fvisibility=hidden')
- 
--    if self._Test('GCC_TREAT_WARNINGS_AS_ERRORS', 'YES', default='NO'):
--      cflags.append('-Werror')
--
--    if self._Test('GCC_WARN_ABOUT_MISSING_NEWLINE', 'YES', default='NO'):
--      cflags.append('-Wnewline-eof')
--
-     # In Xcode, this is only activated when GCC_COMPILER_VERSION is clang or
-     # llvm-gcc. It also requires a fairly recent libtool, and
-     # if the system clang isn't used, DYLD_LIBRARY_PATH needs to contain the
 @@ -553,7 +541,6 @@
        # TODO: Supporting fat binaries will be annoying.
        self._WarnUnimplemented('ARCHS')