freebsd-ports/devel/subversion-devel/files/patch-subversion::bindings::swig::perl::natives::Base.pm
Lev A. Serebryakov 0c55337c26 (1) Update to 1.1.1 and supports `devel/apr' of version 1.0.0
(2) Add installation of usefuls scripts and tools into `share/subversion'
  (3) Prepare for JavaHL bindings, but `devel/apr' have problems with threads on STABLE now.

PR:		73135, 72551, 52797, 72665.
Submitted by:	Many people, especially bmah@
2004-11-05 15:42:05 +00:00

10 lines
316 B
Perl

--- subversion/bindings/swig/perl/native/Base.pm.orig 2004-10-20 10:46:59.000000000 +0400
+++ subversion/bindings/swig/perl/native/Base.pm 2004-11-05 11:43:35.578125000 +0300
@@ -60,6 +60,7 @@
package SVN::_$pkg;
require DynaLoader;
bootstrap SVN::_$pkg;
+sub dl_load_flags { 0x01 }
1;
' or die $@;
};