summaryrefslogtreecommitdiff
path: root/lang/python15/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python15/patches/patch-ab')
-rw-r--r--lang/python15/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/python15/patches/patch-ab b/lang/python15/patches/patch-ab
deleted file mode 100644
index fb9f43a287d..00000000000
--- a/lang/python15/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2003/06/06 18:14:10 drochner Exp $
-
---- Modules/Makefile.pre.in.orig 2003-06-06 20:07:06.000000000 +0200
-+++ Modules/Makefile.pre.in 2003-06-06 20:07:38.000000000 +0200
-@@ -123,7 +123,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 $(LDLAST)
-+ $(LDLIBRARY) $(MODLIBS) $(LIBS) $(SYSLIBS) -o python $(LDLAST) ${LINK_ALL_LIBGCC_HACK}
- mv python$(EXE) ../python$(EXE)
-
- clean: