summaryrefslogtreecommitdiff
path: root/lang/python20/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python20/patches/patch-ad')
-rw-r--r--lang/python20/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/python20/patches/patch-ad b/lang/python20/patches/patch-ad
new file mode 100644
index 00000000000..2424d7fdbeb
--- /dev/null
+++ b/lang/python20/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2003/06/06 18:14:10 drochner Exp $
+
+--- Modules/Makefile.pre.in.orig 2003-06-06 20:01:16.000000000 +0200
++++ Modules/Makefile.pre.in 2003-06-06 20:01:48.000000000 +0200
+@@ -124,7 +124,7 @@
+ # This target is used by the master Makefile to link the final binary.
+ link: $(MAINOBJ)
+ $(LINKCC) $(LDFLAGS) $(LINKFORSHARED) $(MAINOBJ) \
+- $(LDLIBRARY) $(MODLIBS) $(LIBS) $(SYSLIBS) -o python$(EXE) $(LDLAST)
++ $(LDLIBRARY) $(MODLIBS) $(LIBS) $(SYSLIBS) -o python$(EXE) $(LDLAST) ${LINK_ALL_LIBGCC_HACK}
+ mv python$(EXE) ../python$(EXE)
+
+ clean: