summaryrefslogtreecommitdiff
path: root/lang/tcl83/files/patch-aa
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-11-21 20:54:58 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-11-21 20:54:58 +0000
commitfecf0e1ad19175e80663296436b3abe7a135931d (patch)
treea7dc99e0803ca30c7656591dfd09e68eeeaf5d57 /lang/tcl83/files/patch-aa
parentThis is the w3m port which is enabled SSL support. (diff)
Upgrade to tcl-8.2.2
Notes
Notes: svn path=/head/; revision=23248
Diffstat (limited to 'lang/tcl83/files/patch-aa')
-rw-r--r--lang/tcl83/files/patch-aa23
1 files changed, 7 insertions, 16 deletions
diff --git a/lang/tcl83/files/patch-aa b/lang/tcl83/files/patch-aa
index 05f24146fb78..347b053cfc41 100644
--- a/lang/tcl83/files/patch-aa
+++ b/lang/tcl83/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.in.orig Fri Aug 13 18:02:47 1999
-+++ Makefile.in Sun Sep 5 10:44:32 1999
+--- Makefile.in.orig Wed Nov 3 21:37:24 1999
++++ Makefile.in Sun Nov 21 15:31:00 1999
@@ -48,7 +48,9 @@
SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TCL_LIBRARY)
@@ -11,16 +11,7 @@
# Top-level directory in which to install manual entries:
MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man
-@@ -65,7 +67,7 @@
- MANN_INSTALL_DIR = $(MAN_INSTALL_DIR)/mann
-
- # Directory in which to install the include file tcl.h:
--INCLUDE_INSTALL_DIR = @includedir@
-+#INCLUDE_INSTALL_DIR = @includedir@
-
- # Package search path.
- TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
-@@ -85,7 +87,7 @@
+@@ -82,7 +84,7 @@
#CFLAGS = $(CFLAGS_DEBUG)
#CFLAGS = $(CFLAGS_OPTIMIZE)
#CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE)
@@ -29,7 +20,7 @@
# To disable ANSI-C procedure prototypes reverse the comment characters
# on the following lines:
-@@ -159,7 +161,7 @@
+@@ -156,7 +158,7 @@
# "install" around; better to use the install-sh script that comes
# with the distribution, which is slower but guaranteed to work.
@@ -38,7 +29,7 @@
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
-@@ -386,7 +388,7 @@
+@@ -383,7 +385,7 @@
all: binaries libraries doc
@@ -47,7 +38,7 @@
libraries:
-@@ -397,8 +399,14 @@
+@@ -394,8 +396,14 @@
${TCL_LIB_FILE}: ${OBJS} ${STUB_LIB_FILE}
rm -f ${TCL_LIB_FILE}
@MAKE_LIB@
@@ -89,7 +80,7 @@
@@ -522,8 +536,8 @@
fi
- install-libraries:
+ install-libraries: libraries
- @for i in $(INSTALL_ROOT)$(prefix)/lib $(INCLUDE_INSTALL_DIR) \
- $(SCRIPT_INSTALL_DIR); \
+ @for i in $(INSTALL_ROOT)$(prefix)/lib $(GENERIC_INCLUDE_INSTALL_DIR) \