mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-vcs/qsvn: Fix building with GCC-6 (bug #613326)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
committed by
Michael Palimaka
parent
d5855c0104
commit
e5d06000c9
11
dev-vcs/qsvn/files/qsvn-0.8.3-gcc6.patch
Normal file
11
dev-vcs/qsvn/files/qsvn-0.8.3-gcc6.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/svnqt/contextdata.cpp
|
||||
+++ b/svnqt/contextdata.cpp
|
||||
@@ -748,7 +748,7 @@
|
||||
|
||||
svn_config_get(cfg, &mimetypes_file,
|
||||
SVN_CONFIG_SECTION_MISCELLANY,
|
||||
- SVN_CONFIG_OPTION_MIMETYPES_FILE, false);
|
||||
+ SVN_CONFIG_OPTION_MIMETYPES_FILE, NULL);
|
||||
if (mimetypes_file && *mimetypes_file) {
|
||||
if ((err = svn_io_parse_mimetypes_file(&(m_ctx->mimetypes_map),
|
||||
mimetypes_file, pool))) {
|
||||
@@ -27,6 +27,7 @@ S=${WORKDIR}/${P}/src
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-static-lib.patch"
|
||||
"${FILESDIR}/${P}-tests.patch"
|
||||
"${FILESDIR}/${P}-gcc6.patch"
|
||||
)
|
||||
|
||||
DOCS=( ../ChangeLog ../README )
|
||||
|
||||
Reference in New Issue
Block a user