openbsd-ports/devel/tclcl/patches/patch-Makefile_in
kevlo b941c2a491 - upgrade to version 1.0b11
- bump NEED_VERSION
- add HOMEPAGE
- update MASTER_SITES
2002-02-28 15:27:10 +00:00

21 lines
564 B
Plaintext

--- Makefile.in.orig Thu Feb 28 14:05:02 2002
+++ Makefile.in Thu Feb 28 14:15:09 2002
@@ -66,7 +66,7 @@
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
@@ -103,7 +103,7 @@
$(LIBRARY_TCL)/http2.1/http.tcl
TCL_83_LIBRARY_FILES = \
$(TCL_BASE_LIBRARY_FILES) \
- $(LIBRARY_TCL)/http2.3/http.tcl
+ $(LIBRARY_TCL)/http2.4/http.tcl
TCL_LIBRARY_FILES = \
@V_TCL_LIBRARY_FILES@