summaryrefslogtreecommitdiff
path: root/www/tclhttpd/files/patch-ad
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2000-07-20 11:55:59 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2000-07-20 11:55:59 +0000
commit57dc4074781928326a3104161fddcc5f4ad4be3d (patch)
treecf969785f780c3d8681059a202fc23886d530d44 /www/tclhttpd/files/patch-ad
parentPrevent attempting to build with Python support if Python just happens to (diff)
Add tclhttpd, a pure-Tcl implementation of a HTTP server.
PR: ports/19870 Submitted by: Mikhail Teterin <mi@privatelabs.com>
Notes
Notes: svn path=/head/; revision=30920
Diffstat (limited to 'www/tclhttpd/files/patch-ad')
-rw-r--r--www/tclhttpd/files/patch-ad7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/tclhttpd/files/patch-ad b/www/tclhttpd/files/patch-ad
new file mode 100644
index 000000000000..4ddfcb2b94f3
--- /dev/null
+++ b/www/tclhttpd/files/patch-ad
@@ -0,0 +1,7 @@
+--- configure Wed Apr 26 17:44:05 2000
++++ configure Thu Apr 27 18:44:11 2000
+@@ -1850,3 +1850,3 @@
+ MAKE_STATIC_LIB="\${STLIB_LD} \$@ \$(\$@_OBJECTS)"
+- MAKE_SHARED_LIB="\${SHLIB_LD} -o \$@ \$(\$@_OBJECTS) \${SHLIB_LDFLAGS} \${SHLIB_LD_LIBS}"
++ MAKE_SHARED_LIB="\${SHLIB_LD} -o \$@ \$> \${SHLIB_LDFLAGS} \${SHLIB_LD_LIBS}"
+ ;;