summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-04-25 01:24:50 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-04-25 01:24:50 +0200
commitdba986281a22a17cb3bda851f50a5757ab17c051 (patch)
tree34953c946016c393aa2b26a6462871a51cfbe5c8 /dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild
parentdev-perl/Lab-Zhinst: Version bump (diff)
downloadgentoo-dba986281a22a17cb3bda851f50a5757ab17c051.tar.gz
gentoo-dba986281a22a17cb3bda851f50a5757ab17c051.tar.bz2
gentoo-dba986281a22a17cb3bda851f50a5757ab17c051.zip
dev-perl/Wx-Scintilla: Fix build with gcc-6, bug 612446
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild')
-rw-r--r--dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild
index 58d38d6c224f..b11bb08f1896 100644
--- a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild
+++ b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,6 @@ MODULE_VERSION=0.39
inherit wxwidgets perl-module
DESCRIPTION="Scintilla source code editing component for wxWidgets"
-SRC_URI+=" https://dev.gentoo.org/~tove/distfiles/dev-perl/${PN}-0.34-patches.tar.gz"
LICENSE+=" HPND"
SLOT="0"
@@ -29,7 +28,8 @@ DEPEND="${RDEPEND}
"
PATCHES=(
- "${WORKDIR}"/${PN}-patches/0.34-flags.patch
+ "${FILESDIR}"/${PN}-0.34-flags.patch
+ "${FILESDIR}"/${PN}-0.39-gcc6.patch
)
src_configure() {