From 5866f48b31a4d608c76965d6c11a2a4e6f44ff87 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Wed, 14 May 1997 07:35:22 +0000 Subject: Some reorganization of this port: - build some modules as shared objects, reducing the interpreter's size and removing the dependency on tix - install shared objects in lib - remove version number from OS-dependent script dir A new port of PyTix will follow shortly. --- lang/python23/files/patch-aa | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'lang/python23/files/patch-aa') diff --git a/lang/python23/files/patch-aa b/lang/python23/files/patch-aa index 68894855ce06..12e39c30e2e7 100644 --- a/lang/python23/files/patch-aa +++ b/lang/python23/files/patch-aa @@ -1,11 +1,7 @@ --- Makefile.in.orig Fri Oct 25 16:37:32 1996 -+++ Makefile.in Thu Feb 6 12:02:11 1997 -@@ -95,10 +95,10 @@ - - # Expanded directories - BINDIR= $(exec_prefix)/bin --LIBDIR= $(exec_prefix)/lib -+LIBDIR= $(exec_prefix)/share ++++ Makefile.in Mon May 12 21:04:38 1997 +@@ -98,7 +98,7 @@ + LIBDIR= $(exec_prefix)/lib MANDIR= $(prefix)/man INCLUDEDIR= $(prefix)/include -SCRIPTDIR= $(prefix)/lib -- cgit v1.2.3