mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
0c55337c26
(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@
11 lines
316 B
Perl
11 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 $@;
|
|
};
|