9ffc02942d
(2) Make binding ports to be real ports, which installs only bindings and depend on subversion. (3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme. (4) Re-base subversion-freebsd to `devel/subversion'. (5) Fix all ports, which depends on subversion bindings.
11 lines
572 B
Perl
11 lines
572 B
Perl
--- subversion/bindings/swig/perl/native/Makefile.PL.in.orig 2008-02-03 00:14:22.000000000 +0300
|
|
+++ subversion/bindings/swig/perl/native/Makefile.PL.in 2008-02-03 00:14:55.000000000 +0300
|
|
@@ -44,7 +44,7 @@
|
|
" -I$svnlib_builddir",
|
|
" -I$swig_srcdir -g"),
|
|
OBJECT => q/$(O_FILES)/,
|
|
- LIBS => [join(' ', $apr_ldflags,
|
|
+ LIBS => [join(' ', $ENV{'LDFLAGS'}, $apr_ldflags,
|
|
(map {$_ = abs_path($_); "-L$_"} @ldpaths),
|
|
@ldmodules, '-lsvn_swig_perl-1',
|
|
`$swig -perl -ldflags`)],
|