pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python34/patches Remove noop patch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95102a1e5614
branches:  trunk
changeset: 634121:95102a1e5614
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri May 09 09:11:26 2014 +0000

description:
Remove noop patch.

diffstat:

 lang/python34/patches/patch-ab |  24 ------------------------
 1 files changed, 0 insertions(+), 24 deletions(-)

diffs (28 lines):

diff -r fe52f0d2fd6f -r 95102a1e5614 lang/python34/patches/patch-ab
--- a/lang/python34/patches/patch-ab    Fri May 09 08:31:15 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2014/05/09 02:27:14 wen Exp $
-
---- Lib/distutils/command/build_ext.py.orig    2012-02-23 20:22:44.000000000 +0000
-+++ Lib/distutils/command/build_ext.py
-@@ -523,8 +523,19 @@ class build_ext(Command):
-         # that go into the mix.
-         if ext.extra_objects:
-             objects.extend(ext.extra_objects)
-+
-+        # Two possible sources for extra linker arguments:
-+        #   - 'extra_link_args' in Extension object
-+        #   - LDFLAGS environment variable
-+        # The environment variable should take precedence, and
-+        # any sensible compiler will give precedence to later
-+        # command line args.  Hence we combine them in order:
-         extra_args = ext.extra_link_args or []
- 
-+ #        if os.environ.get('LDFLAGS'):
-+ #           extra_args = list(extra_args)
-+ #           extra_args.extend(string.split(os.environ['LDFLAGS']))
-+
-         # Detect target language, if not provided
-         language = ext.language or self.compiler.detect_language(sources)
- 



Home | Main Index | Thread Index | Old Index