summaryrefslogtreecommitdiff
path: root/lang/python23/files/patch-aa
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-11-02 19:04:54 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-11-02 19:04:54 +0000
commitcacf671ae35525410313beaeae917fb248342794 (patch)
tree9eebff75f62d35d4283c5ceee81038eb74571e28 /lang/python23/files/patch-aa
parentcrossfire binary now runs with mode 6555, needed for server mode. (diff)
Update to version 1.4
Submitted-By: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Notes
Notes: svn path=/head/; revision=4263
Diffstat (limited to 'lang/python23/files/patch-aa')
-rw-r--r--lang/python23/files/patch-aa34
1 files changed, 21 insertions, 13 deletions
diff --git a/lang/python23/files/patch-aa b/lang/python23/files/patch-aa
index a57bbba6ffa6..b5df0bb6ad80 100644
--- a/lang/python23/files/patch-aa
+++ b/lang/python23/files/patch-aa
@@ -1,17 +1,25 @@
-diff -c -r Modules/cursesmodule.c.orig Modules/cursesmodule.c
-*** Modules/cursesmodule.c.orig Fri Mar 17 04:18:36 1995
---- Modules/cursesmodule.c Tue Aug 8 13:31:40 1995
+*** Makefile.in.orig Wed Jul 31 19:30:37 1996
+--- Makefile.in Sun Aug 18 11:15:25 1996
***************
-*** 145,151 ****
---- 145,155 ----
+*** 88,97 ****
- #include "Python.h"
+ # Expanded directories
+ BINDIR= $(exec_prefix)/bin
+! LIBDIR= $(exec_prefix)/lib
+ MANDIR= $(prefix)/man
+ INCLUDEDIR= $(prefix)/include
+! SCRIPTDIR= $(prefix)/lib
-+ #ifdef __FreeBSD__
-+ #include <ncurses.h>
-+ #else
- #include <curses.h>
-+ #endif
+ # Detailed destination directories
+ BINLIBDEST= $(LIBDIR)/python$(VERSION)
+--- 88,97 ----
- typedef struct {
- PyObject_HEAD
+ # Expanded directories
+ BINDIR= $(exec_prefix)/bin
+! LIBDIR= $(exec_prefix)/share
+ MANDIR= $(prefix)/man
+ INCLUDEDIR= $(prefix)/include
+! SCRIPTDIR= $(prefix)/share
+
+ # Detailed destination directories
+ BINLIBDEST= $(LIBDIR)/python$(VERSION)