diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2018-02-23 06:25:56 -0500 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2018-02-23 06:25:56 -0500 |
commit | 0924e0af0e078bcca0a38df4b628acd7eb0a0b7e (patch) | |
tree | da6efaa3afc42ac948f06802b6737fb162c4599d /app-office/gnucash/files | |
parent | media-gfx/sane-backends: stable 1.0.27 for sparc, bug #622422 (diff) | |
download | gentoo-0924e0af0e078bcca0a38df4b628acd7eb0a0b7e.tar.gz gentoo-0924e0af0e078bcca0a38df4b628acd7eb0a0b7e.tar.bz2 gentoo-0924e0af0e078bcca0a38df4b628acd7eb0a0b7e.zip |
app-office/gnucash: Small cleanup
Closes: https://bugs.gentoo.org/643566
Closes: https://bugs.gentoo.org/627010
Closes: https://bugs.gentoo.org/639786
Package-Manager: Portage-2.3.19, Repoman-2.3.6
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, 0 insertions, 15 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 deleted file mode 100644 index 66c1f9fec852..000000000000 --- a/app-office/gnucash/files/gnucash-2.7.3-no-gtest-src.patch +++ /dev/null @@ -1,15 +0,0 @@ -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 |