1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/www/rt36/files/multiple-bin-webmux_pl_in
Rong-En Fan 8f38e7e51e - Add missing patch for MULTIPLE_INSTANCES
PR:   	      ports/112287
Submitted by: Sergey Prikhodko <sergey at network-asp.biz>
Approved by:  Vivek Khera <vivek at khera.org> (maintainer)
2007-06-24 15:14:54 +00:00

16 lines
362 B
Plaintext

--- bin/webmux.pl.in.orig Tue Sep 26 18:06:31 2006
+++ bin/webmux.pl.in Mon Apr 30 23:04:45 2007
@@ -63,6 +63,12 @@
}
use lib ( "@LOCAL_LIB_PATH@", "@RT_LIB_PATH@" );
+if ($ENV{RT_INSTANCE_PATH}) {
+ lib->import("$ENV{RT_INSTANCE_PATH}/local/lib");
+}
+if ($ENV{RT_VENDOR_PATH}) {
+ lib->import($ENV{RT_VENDOR_PATH});
+}
use RT;
package RT::Mason;