summaryrefslogtreecommitdiff
path: root/www/ap-aolserver/patches
diff options
context:
space:
mode:
authorcjones <cjones@pkgsrc.org>2001-07-16 17:04:01 +0000
committercjones <cjones@pkgsrc.org>2001-07-16 17:04:01 +0000
commitd85df083b819eeedb481eca59e5f5d831825f65c (patch)
treefba189d580338c55b62edde188346518bec84c7f /www/ap-aolserver/patches
parent624810e7256a1692d4f8062cd13551b1f33bd87a (diff)
downloadpkgsrc-d85df083b819eeedb481eca59e5f5d831825f65c.tar.gz
Added ap-aolserver, an AOLServer emulation module for apache.
Diffstat (limited to 'www/ap-aolserver/patches')
-rw-r--r--www/ap-aolserver/patches/patch-aa40
1 files changed, 40 insertions, 0 deletions
diff --git a/www/ap-aolserver/patches/patch-aa b/www/ap-aolserver/patches/patch-aa
new file mode 100644
index 00000000000..a9ab9136c30
--- /dev/null
+++ b/www/ap-aolserver/patches/patch-aa
@@ -0,0 +1,40 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/07/16 17:04:01 cjones Exp $
+
+--- Makefile.in.orig Sat Oct 7 12:44:37 2000
++++ Makefile.in Sun Jul 15 15:09:31 2001
+@@ -25,7 +25,7 @@
+
+ BOOTSTRAP_MAIN_DIR = $(APACHE_BASE)/libexec
+ BOOTSTRAP_OTHER_DIR = $(BOOTSTRAP_MAIN_DIR)/aol_bootstrap
+-TCL_MODULE_DIR = $(APACHE_BASE)/tcl_modules
++TCL_MODULE_DIR = $(APACHE_BASE)/etc/httpd/tcl_modules
+
+ ################################################################
+
+@@ -62,7 +62,7 @@
+
+ TCL_SRCS = \
+ tcl_modules/README tcl_modules/form.tcl \
+- tcl_modules/http.tcl tcl_modules/nsd.ini.sample tcl_modules/nsdb.tcl \
++ tcl_modules/http.tcl tcl_modules/nsdb.tcl \
+ tcl_modules/sendmail.tcl tcl_modules/util.tcl
+
+ MISCFILES = \
+@@ -78,14 +78,14 @@
+
+ BUILD_MODULE = $(APXS) -c $(LIBS)
+
+-INSERT_MODULE = $(APXS) -i -a
++INSERT_MODULE = $(APXS) -i
+
+ ########################################################################
+
+-all: $(MODULE_FILE) install
++all: $(MODULE_FILE)
+
+ $(MODULE_FILE): $(OBJS)
+- $(APXS) -c -o $@ $(OBJS) $(LIBS)
++ $(APXS) -c -o $@ $(OBJS) `echo $(LIBS) | sed 's/-Wl,//'`
+
+ install: install-mod_aolserver install-bootstrap install-tcl
+