openbsd-ports/devel/tclcl/patches/patch-Makefile_in
espie aae9e702ed rename patches, sync names with tcl8.3.4, remove config.guess patch.
Tidy Makefile, simpler to set DISTNAME and DISTFILES.
2001-11-12 16:24:10 +00:00

25 lines
754 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1 2001/11/12 16:24:10 espie Exp $
--- Makefile.in.orig Tue Nov 30 03:20:09 1999
+++ Makefile.in Mon Nov 12 17:04:58 2001
@@ -66,7 +66,7 @@ INCLUDES = \
LIB = \
@V_LIBS@
-CFLAGS = $(CCOPT) $(DEFINE)
+CFLAGS = @CFLAGS@ $(DEFINE)
# Explicitly define compilation rules since SunOS 4's make doesn't like gcc.
# Also, gcc does not remove the .o before forking 'as', which can be a
@@ -99,6 +99,11 @@ TCL_82_LIBRARY_FILES = \
$(LIBRARY_TCL)/history.tcl \
$(LIBRARY_TCL)/word.tcl \
$(LIBRARY_TCL)/http2.1/http.tcl
+TCL_83_LIBRARY_FILES = \
+ $(LIBRARY_TCL)/init.tcl \
+ $(LIBRARY_TCL)/history.tcl \
+ $(LIBRARY_TCL)/word.tcl \
+ $(LIBRARY_TCL)/http2.4/http.tcl
TCL_76_LIBRARY_FILES = \
$(LIBRARY_TCL)/init.tcl