diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-11-03 10:38:56 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-11-03 10:38:56 +0100 |
commit | 8a9b51adb08313fd58cb7df7f3f98511d42cb528 (patch) | |
tree | e16609ffa091cb62f3f01e17bbb6eb6b256dbd6e /app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild | |
parent | net-p2p/rtorrent: 0.9.6-r1 stable on amd64 and x86 (diff) | |
download | gentoo-8a9b51adb08313fd58cb7df7f3f98511d42cb528.tar.gz gentoo-8a9b51adb08313fd58cb7df7f3f98511d42cb528.tar.bz2 gentoo-8a9b51adb08313fd58cb7df7f3f98511d42cb528.zip |
app-emacs/doxymacs: Fix compilation with GCC 7.
Closes: https://bugs.gentoo.org/635746
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild')
-rw-r--r-- | app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild b/app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild index 9cd5531e5936..5d9ed4e59e7f 100644 --- a/app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild +++ b/app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,6 +16,7 @@ KEYWORDS="amd64 x86" DEPEND=">=dev-libs/libxml2-2.6.13" RDEPEND="${DEPEND}" +ELISP_PATCHES="${P}-gcc7.patch" SITEFILE="50${PN}-gentoo.el" src_configure() { |