]> git.pld-linux.org Git - packages/subversion.git/blob - subversion-perl.patch
add static_libs bcond
[packages/subversion.git] / subversion-perl.patch
1 --- subversion-1.14.2/Makefile.in.orig  2022-07-14 22:54:57.153438576 +0200
2 +++ subversion-1.14.2/Makefile.in       2022-07-15 16:38:46.332821294 +0200
3 @@ -881,7 +881,7 @@ $(SWIG_PL_DIR)/native/Makefile.PL: $(SWI
4         ./config.status subversion/bindings/swig/perl/native/Makefile.PL
5  
6  $(SWIG_PL_DIR)/native/Makefile: libsvn_swig_perl $(SWIG_PL_DIR)/native/Makefile.PL
7 -       cd $(SWIG_PL_DIR)/native; $(SWIG_PL_PERL) Makefile.PL PREFIX=$(prefix)
8 +       cd $(SWIG_PL_DIR)/native; $(SWIG_PL_PERL) Makefile.PL PREFIX=$(prefix) INSTALLDIRS=vendor
9  
10  # There is a "readlink -f" command on some systems for the same purpose,
11  # but it's not as portable (e.g. Mac OS X doesn't have it).  These should
This page took 0.097764 seconds and 3 git commands to generate.