diff options
Diffstat (limited to 'main/subversion/subversion-python-swig.patch')
-rw-r--r-- | main/subversion/subversion-python-swig.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/subversion/subversion-python-swig.patch b/main/subversion/subversion-python-swig.patch deleted file mode 100644 index dc24b91ce5..0000000000 --- a/main/subversion/subversion-python-swig.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -1504,6 +1504,8 @@ - # Need to strip '-no-cpp-precomp' from CPPFLAGS for SWIG as well. - SWIG_CPPFLAGS="$CPPFLAGS" - SVN_STRIP_FLAG(SWIG_CPPFLAGS, [-no-cpp-precomp ]) -+SVN_STRIP_FLAG(SWIG_CPPFLAGS, [-Os ]) -+SVN_STRIP_FLAG(SWIG_CPPFLAGS, [-fomit-frame-pointer ]) - AC_SUBST([SWIG_CPPFLAGS]) - - dnl Since this is used only on Unix-y systems, define the path separator as '/' |