Search
j0ke.net Open Build Service
>
Projects
>
devel
:
subversion
>
subversion
> subversion.svn_swig_perl.dep.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File subversion.svn_swig_perl.dep.patch of Package subversion (Revision 16)
Currently displaying revision
16
,
show latest
Note (probably harmless): No library found for -lsvn_swig_perl-1 Writing Makefile for SVN::_Core Note (probably harmless): No library found for -lsvn_swig_perl-1 Writing Makefile.client for SVN::_Client Note (probably harmless): No library found for -lsvn_swig_perl-1 Writing Makefile.delta for SVN::_Delta Note (probably harmless): No library found for -lsvn_swig_perl-1 Writing Makefile.fs for SVN::_Fs Note (probably harmless): No library found for -lsvn_swig_perl-1 Writing Makefile.ra for SVN::_Ra Note (probably harmless): No library found for -lsvn_swig_perl-1 Writing Makefile.repos for SVN::_Repos Note (probably harmless): No library found for -lsvn_swig_perl-1 Writing Makefile.wc for SVN::_Wc Makefile.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Index: subversion-1.4.x/Makefile.in =================================================================== --- subversion-1.4.x.orig/Makefile.in +++ subversion-1.4.x/Makefile.in @@ -598,15 +598,16 @@ clean-swig-headers: extraclean-swig-headers: clean-swig-headers $(EXTRACLEAN_SWIG_HEADERS) +swig-pl_native_Makefile_DEPS = autogen-swig-pl libsvn_client libsvn_delta libsvn_diff \ + libsvn_fs libsvn_ra libsvn_repos libsvn_subr libsvn_wc libsvn_swig_perl + $(SWIG_PL_DIR)/native/Makefile.PL: $(SWIG_SRC_DIR)/perl/native/Makefile.PL.in ./config.status subversion/bindings/swig/perl/native/Makefile.PL -$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL +$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL $(swig-pl_native_Makefile_DEPS) cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL -swig-pl_DEPS = autogen-swig-pl libsvn_client libsvn_delta libsvn_diff \ - libsvn_fs libsvn_ra libsvn_repos libsvn_subr libsvn_wc libsvn_swig_perl \ - $(SWIG_PL_DIR)/native/Makefile +swig-pl_DEPS = $(SWIG_PL_DIR)/native/Makefile swig-pl: $(swig-pl_DEPS) if test "$(SWIG_PL_DIR)" != "$(SWIG_PL_SRC_DIR)"; then \ ln -sf $(SWIG_PL_SRC_DIR)/native/*.c $(SWIG_PL_DIR)/native; \