1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/websh/files/patch-cflags
Mikhail Teterin f3015877b8 Webshell -- a TCL module for Apache. Appears to be the most advanced
and the best supported such module of the several listed at

	http://tcl.apache.org/

Works with both Apache-1.3.x and 2.x and has an interesting development
paradigm.
2007-02-13 06:46:59 +00:00

21 lines
626 B
Plaintext

--- Makefile.in Sun Mar 5 11:58:37 2006
+++ Makefile.in Thu Feb 8 19:37:14 2007
@@ -96,7 +96,7 @@
VERSION = @VERSION@
CC = @CC@
-CFLAGS_DEBUG = @CFLAGS_DEBUG@
-CFLAGS_DEFAULT = @CFLAGS_DEFAULT@
-CFLAGS_OPTIMIZE = @CFLAGS_OPTIMIZE@
+#CFLAGS_DEBUG = @CFLAGS_DEBUG@
+#CFLAGS_DEFAULT = @CFLAGS_DEFAULT@
+#CFLAGS_OPTIMIZE = @CFLAGS_OPTIMIZE@
CLEANFILES = @CLEANFILES@
EXEEXT = @EXEEXT@
@@ -154,5 +154,5 @@
$(TCL_EXTRA_CFLAGS)
-DEFS = -DVERSION=\"@VERSION@\" -D@PLATFORM@=1 -DUSE_TCL_STUBS=@USE_TCL_STUBS@ $(EXTRA_CFLAGS)
+DEFS = -DVERSION=\"@VERSION@\" -D@PLATFORM@=1 $(EXTRA_CFLAGS)
ACLOCAL_M4 = $(srcdir)/aclocal.m4