summaryrefslogtreecommitdiff
path: root/debian/patches/build-fixes
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/build-fixes')
-rw-r--r--debian/patches/build-fixes12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches/build-fixes b/debian/patches/build-fixes
index f588703..066e303 100644
--- a/debian/patches/build-fixes
+++ b/debian/patches/build-fixes
@@ -12,10 +12,10 @@ Fix some build problems:
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/Makefile.in b/Makefile.in
-index faf2a70..8c876b5 100644
+index 48a14bf..1390a69 100644
--- a/Makefile.in
+++ b/Makefile.in
-@@ -913,8 +913,7 @@ clean-swig-pl:
+@@ -918,8 +918,7 @@ clean-swig-pl:
fi
for d in $(SWIG_PL_DIR)/libsvn_swig_perl; \
do \
@@ -25,7 +25,7 @@ index faf2a70..8c876b5 100644
done
if [ -f "$(SWIG_PL_DIR)/native/Makefile" ]; then \
cd $(SWIG_PL_DIR)/native; $(MAKE) clean; \
-@@ -948,7 +947,7 @@ clean-swig-py:
+@@ -955,7 +954,7 @@ clean-swig-py:
fi
for d in $(SWIG_PY_DIR) $(SWIG_PY_DIR)/libsvn_swig_py; \
do \
@@ -34,7 +34,7 @@ index faf2a70..8c876b5 100644
done
find $(SWIG_PY_SRC_DIR) $(SWIG_PY_DIR) -name "*.pyc" -exec rm {} ';'
-@@ -980,8 +979,7 @@ clean-swig-rb:
+@@ -988,8 +987,7 @@ clean-swig-rb:
fi
for d in $(SWIG_RB_DIR) $(SWIG_RB_DIR)/libsvn_swig_ruby; \
do \
@@ -45,7 +45,7 @@ index faf2a70..8c876b5 100644
extraclean-swig-rb: clean-swig-rb
diff --git a/build.conf b/build.conf
-index 7631a61..29c2b60 100644
+index 1f0d2d8..2e3697a 100644
--- a/build.conf
+++ b/build.conf
@@ -189,7 +189,7 @@ path = subversion/svnserve
@@ -64,7 +64,7 @@ index 7631a61..29c2b60 100644
-libs = libsvn_wc libsvn_ra libsvn_delta libsvn_diff libsvn_subr apriconv apr
+libs = libsvn_wc libsvn_ra libsvn_delta libsvn_diff libsvn_subr aprutil apriconv apr
install = lib
- msvc-export = svn_client.h private/svn_client_mtcc.h private/svn_client_private.h
+ msvc-export = svn_client.h private/svn_client_mtcc.h private/svn_client_private.h private/svn_client_shelf.h private/svn_client_shelf2.h
@@ -323,7 +323,7 @@ msvc-export = private/svn_fs_util.h
description = Subversion General Repository Access Library