aboutsummaryrefslogtreecommitdiffstats
path: root/www/rt3
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2004-02-18 22:19:23 +0800
committerdemon <demon@FreeBSD.org>2004-02-18 22:19:23 +0800
commit918f114ce9da265989d77a555076964fbebeff6c (patch)
treee11e916468d9e406a9e216f8fffcaef3dee52a92 /www/rt3
parent44d1975859720ceee5cfc010f1f7b3ff0de4044e (diff)
downloadfreebsd-ports-gnome-918f114ce9da265989d77a555076964fbebeff6c.tar.gz
freebsd-ports-gnome-918f114ce9da265989d77a555076964fbebeff6c.tar.zst
freebsd-ports-gnome-918f114ce9da265989d77a555076964fbebeff6c.zip
Fixes for Apache2.
Submitted by: maintainer
Diffstat (limited to 'www/rt3')
-rw-r--r--www/rt3/files/patch-bin::webmux.pl14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/rt3/files/patch-bin::webmux.pl b/www/rt3/files/patch-bin::webmux.pl
new file mode 100644
index 000000000000..b9f194de4507
--- /dev/null
+++ b/www/rt3/files/patch-bin::webmux.pl
@@ -0,0 +1,14 @@
+$FreeBSD$
+
+--- bin/webmux.pl.in.orig Sat Feb 14 01:31:23 2004
++++ bin/webmux.pl.in Thu Dec 25 23:01:15 2003
+@@ -32,6 +32,9 @@
+ $ENV{'ENV'} = '' if defined $ENV{'ENV'};
+ $ENV{'IFS'} = '' if defined $ENV{'IFS'};
+ @ORACLE_ENV_PREF@
++
++ eval { require Apache2; require Apache::compat }
++ if $ENV{'MOD_PERL'} and $ENV{'MOD_PERL'} =~ m{mod_perl/(?:2|1\.9)};
+ }
+
+ use lib ("@LOCAL_LIB_PATH@", "@RT_LIB_PATH@");