summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/mod_backhand/Makefile1
-rw-r--r--www/mod_backhand/files/patch-mod_backhand.c10
2 files changed, 11 insertions, 0 deletions
diff --git a/www/mod_backhand/Makefile b/www/mod_backhand/Makefile
index ac630dc54189..f42e07c434c7 100644
--- a/www/mod_backhand/Makefile
+++ b/www/mod_backhand/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mod_backhand
PORTVERSION= 1.2.2
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://mirrors.omniti.com/mod_backhand/ \
http://people.FreeBSD.org/~seanc/ports/mod_backhand/
diff --git a/www/mod_backhand/files/patch-mod_backhand.c b/www/mod_backhand/files/patch-mod_backhand.c
new file mode 100644
index 000000000000..2ea0d47ecd1a
--- /dev/null
+++ b/www/mod_backhand/files/patch-mod_backhand.c
@@ -0,0 +1,10 @@
+--- mod_backhand.c.orig Tue Feb 21 00:42:40 2006
++++ mod_backhand.c Tue Feb 21 00:43:24 2006
+@@ -427,6 +427,7 @@
+ mbcfg *cfg = (mbcfg *) mconfig;
+ struct cpd *newfunc;
+ cfg->local = 1;
++ ap_os_dso_error();
+ handle = ap_os_dso_load(szFilename);
+ if(!handle)
+ return ap_os_dso_error();