diff options
author | 2016-07-31 13:27:44 +0200 | |
---|---|---|
committer | 2016-07-31 13:31:50 +0200 | |
commit | 2def43714b0f4057134f190d9b2dea3d456bdbf2 (patch) | |
tree | 71717dbc69bd29c76d2ab394eb819c2d919c9f7d /app-office/texmacs | |
parent | app-office/texmacs: version bump (diff) | |
download | gentoo-2def43714b0f4057134f190d9b2dea3d456bdbf2.tar.gz gentoo-2def43714b0f4057134f190d9b2dea3d456bdbf2.tar.bz2 gentoo-2def43714b0f4057134f190d9b2dea3d456bdbf2.zip |
app-office/texmacs: remove operator new/delete declarations
Gentoo-bug: 590002
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-office/texmacs')
-rw-r--r-- | app-office/texmacs/texmacs-1.99.2-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-office/texmacs/texmacs-1.99.2-r1.ebuild b/app-office/texmacs/texmacs-1.99.2-r1.ebuild index 8cb8509602b5..1803cf4b9329 100644 --- a/app-office/texmacs/texmacs-1.99.2-r1.ebuild +++ b/app-office/texmacs/texmacs-1.99.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -50,6 +50,9 @@ PATCHES=( "${FILESDIR}"/${P}-norpath.patch "${FILESDIR}"/${P}-desktop.patch + + # remove new/delete declarations, bug 590002 + "${FILESDIR}"/${PN}-1.99-remove-new-declaration.patch ) src_prepare() { |