summaryrefslogtreecommitdiffstats
path: root/www/rt34
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2004-02-18 14:19:23 +0000
committerdemon <demon@FreeBSD.org>2004-02-18 14:19:23 +0000
commit918f114ce9da265989d77a555076964fbebeff6c (patch)
treee11e916468d9e406a9e216f8fffcaef3dee52a92 /www/rt34
parent44d1975859720ceee5cfc010f1f7b3ff0de4044e (diff)
downloadFreeBSD-ports-918f114ce9da265989d77a555076964fbebeff6c.zip
FreeBSD-ports-918f114ce9da265989d77a555076964fbebeff6c.tar.gz
Fixes for Apache2.
Submitted by: maintainer
Diffstat (limited to 'www/rt34')
-rw-r--r--www/rt34/files/patch-bin::webmux.pl14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/rt34/files/patch-bin::webmux.pl b/www/rt34/files/patch-bin::webmux.pl
new file mode 100644
index 0000000..b9f194d
--- /dev/null
+++ b/www/rt34/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@");
OpenPOWER on IntegriCloud