diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2018-01-15 05:13:02 -0500 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2018-01-15 05:36:33 -0500 |
commit | d5e2aea57f0e218ee8601bdaa4965e5202b0e79a (patch) | |
tree | 13a8739b8636e64beeeb6a6cc72ddc41c2c2a767 /app-office/gnucash/files | |
parent | dev-perl/Sub-Quote: keyworded 2.4.0 for ia64 (diff) | |
download | gentoo-d5e2aea57f0e218ee8601bdaa4965e5202b0e79a.tar.gz gentoo-d5e2aea57f0e218ee8601bdaa4965e5202b0e79a.tar.bz2 gentoo-d5e2aea57f0e218ee8601bdaa4965e5202b0e79a.zip |
app-office/gnucash: Bump to 2.7.3
Read your news items! This introduces breaking changes in data
schemas. Back up your data!
No longer uses insecure net-libs/webkit-gtk.
Bug: https://bugs.gentoo.org/629114
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-office/gnucash/files')
-rw-r--r-- | app-office/gnucash/files/gnucash-2.7.3-no-gtest-src.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-office/gnucash/files/gnucash-2.7.3-no-gtest-src.patch b/app-office/gnucash/files/gnucash-2.7.3-no-gtest-src.patch new file mode 100644 index 000000000000..66c1f9fec852 --- /dev/null +++ b/app-office/gnucash/files/gnucash-2.7.3-no-gtest-src.patch @@ -0,0 +1,15 @@ +Bug: https://bugs.gentoo.org/643566 + +--- a/common/test-core/Makefile.am ++++ b/common/test-core/Makefile.am +@@ -80,9 +80,9 @@ + libgmock.a + nodist_libgtest_a_SOURCES = ${GTEST_SRC}/src/gtest-all.cc + libgtest_a_CPPFLAGS = ${AM_CPPFLAGS} -I${GTEST_HEADERS} -I${GTEST_SRC} +-endif + nodist_libgmock_a_SOURCES = ${GMOCK_SRC_PATH}/gmock-all.cc + libgmock_a_CPPFLAGS = ${libgtest_a_CPPFLAGS} -I${GMOCK_HEADERS} -I${GMOCK_SRC} ++endif + + gncscmmoddir = ${GNC_SCM_INSTALL_DIR}/gnucash + gncscmmod_DATA = unittest-support.scm |