Magellan Linux

Annotation of /trunk/subversion/patches/subversion-1.4.3-perl-vendor.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 713 byte(s)
-import

1 niro 153 This patch fixes bug 66712 by installing the perl bindings in vendor
2     instead of site. The INSTALLDIRS bit is stolen from perl-module.eclass
3    
4     11 Nov 2004 agriffis
5    
6     --- subversion-1.1.1/Makefile.in.vendor 2004-11-11 23:20:10.000000000 -0500
7     +++ subversion-1.1.1/Makefile.in 2004-11-11 23:21:42.815937984 -0500
8     @@ -571,7 +571,7 @@
9     done
10    
11     $(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
12     - cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL
13     + cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL INSTALLDIRS=vendor
14    
15     swig-pl_DEPS = libsvn_client libsvn_delta libsvn_diff libsvn_fs libsvn_ra libsvn_repos libsvn_subr libsvn_wc libsvn_swig_perl $(SWIG_PL_DIR)/native/Makefile
16     swig-pl: $(swig-pl_DEPS)