From 9d4979292427dcb8857ba3a50b528ec2086c2505 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Tue, 6 Jan 1998 08:03:13 +0000 Subject: Upgrade to 1.5. --- lang/python+ipv6/files/patch-aa | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) (limited to 'lang/python+ipv6/files/patch-aa') diff --git a/lang/python+ipv6/files/patch-aa b/lang/python+ipv6/files/patch-aa index 12e39c30e2e7..d55ebc99fd46 100644 --- a/lang/python+ipv6/files/patch-aa +++ b/lang/python+ipv6/files/patch-aa @@ -1,19 +1,13 @@ ---- Makefile.in.orig Fri Oct 25 16:37:32 1996 -+++ 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 -+SCRIPTDIR= $(prefix)/share +--- Makefile.in.orig Tue Dec 9 16:18:33 1997 ++++ Makefile.in Sat Dec 13 11:19:12 1997 +@@ -131,8 +131,8 @@ - # Detailed destination directories - BINLIBDEST= $(LIBDIR)/python$(VERSION) -@@ -288,6 +288,7 @@ - echo $(INSTALL_DATA) $$i $(INCLUDEPY); \ - $(INSTALL_DATA) $$i $(INCLUDEPY); \ - done -+ $(INSTALL_DATA) config.h $(INCLUDEPY) + # Portable install script (configure doesn't always guess right) + INSTALL= @srcdir@/install-sh -c +-INSTALL_PROGRAM=${INSTALL} -m $(EXEMODE) +-INSTALL_DATA= ${INSTALL} -m $(FILEMODE) ++INSTALL_PROGRAM=${BSD_INSTALL_SCRIPT} ++INSTALL_DATA= ${BSD_INSTALL_DATA} - # Install the lib*.a files and miscellaneous stuff needed by extensions - # This goes into $(exec_prefix) + # --with-PACKAGE options for configure script + # e.g. --with-readline --with-svr5 --with-solaris --with-thread -- cgit v1.2.3