diff options
Diffstat (limited to 'dev-lang/python/files/Makefile_pre.patch')
| -rw-r--r-- | dev-lang/python/files/Makefile_pre.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-lang/python/files/Makefile_pre.patch b/dev-lang/python/files/Makefile_pre.patch deleted file mode 100644 index 009c16e73127..000000000000 --- a/dev-lang/python/files/Makefile_pre.patch +++ /dev/null @@ -1,23 +0,0 @@ -Index: Makefile.pre.in ---- Makefile.pre.in.orig -+++ Makefile.pre.in -@@ -99,8 +99,8 @@ PY_CFLAGS_NODIST=$(CONFIGURE_CFLAGS_NODIST) $(CFLAGS_N - # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to - # be able to build extension modules using the directories specified in the - # environment variables --PY_CPPFLAGS= $(BASECPPFLAGS) -I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS) --PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS) -+PY_CPPFLAGS= $(BASECPPFLAGS) -I. -I$(srcdir)/Include $(CPPFLAGS) -+PY_LDFLAGS= $(LDFLAGS) - PY_LDFLAGS_NODIST=$(CONFIGURE_LDFLAGS_NODIST) $(LDFLAGS_NODIST) - NO_AS_NEEDED= @NO_AS_NEEDED@ - CCSHARED= @CCSHARED@ -@@ -670,7 +670,7 @@ gdbhooks: $(BUILDPYTHON)-gdb.py - - SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py - $(BUILDPYTHON)-gdb.py: $(SRC_GDB_HOOKS) -- $(INSTALL_DATA) $(SRC_GDB_HOOKS) $(BUILDPYTHON)-gdb.py -+ cp $(SRC_GDB_HOOKS) $(BUILDPYTHON)-gdb.py - - # This rule is here for OPENSTEP/Rhapsody/MacOSX. It builds a temporary - # minimal framework (not including the Lib directory and such) in the current |
