openbsd-ports/devel/tclcl/patches/patch-ad
2001-03-17 14:55:28 +00:00

24 lines
688 B
Plaintext

--- Makefile.in.orig Tue Nov 30 03:20:09 1999
+++ Makefile.in Fri Mar 16 19:31:07 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.3/http.tcl
TCL_76_LIBRARY_FILES = \
$(LIBRARY_TCL)/init.tcl