From 918f114ce9da265989d77a555076964fbebeff6c Mon Sep 17 00:00:00 2001 From: demon Date: Wed, 18 Feb 2004 14:19:23 +0000 Subject: Fixes for Apache2. Submitted by: maintainer --- www/rt34/files/patch-bin::webmux.pl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 www/rt34/files/patch-bin::webmux.pl (limited to 'www/rt34') diff --git a/www/rt34/files/patch-bin::webmux.pl b/www/rt34/files/patch-bin::webmux.pl new file mode 100644 index 000000000000..b9f194de4507 --- /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@"); -- cgit