ports/devel/subversion16/files/patch-subversion--bindings--swig--perl--natives--Base.pm
Lev A. Serebryakov 09a0319c83 Update subversion to 1.7.0.
Make FreeBSD patches to be port's options and remove separated port.

  Rename patches to more sane names.

  Add devel/subversion16 port, for people, who need old version.

  Mark ports, which could not be built with subversion 1.7.x, as
  conflicting with new subversion.
2011-10-16 14:31:47 +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 $@;
};