diff options
Diffstat (limited to 'app-office/gnucash/gnucash-3.7.ebuild')
-rw-r--r-- | app-office/gnucash/gnucash-3.7.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-office/gnucash/gnucash-3.7.ebuild b/app-office/gnucash/gnucash-3.7.ebuild index ec42d91eaae7..4b8e26a831cd 100644 --- a/app-office/gnucash/gnucash-3.7.ebuild +++ b/app-office/gnucash/gnucash-3.7.ebuild @@ -80,7 +80,10 @@ PDEPEND="doc? ( gnome-extra/yelp )" -PATCHES=( "${FILESDIR}"/${PN}-3.2-no-gui.patch ) +PATCHES=( + "${FILESDIR}"/${PN}-3.2-no-gui.patch + "${FILESDIR}"/${PN}-3.7-include-checksymbolexists.patch +) pkg_setup() { use python && python-single-r1_pkg_setup |