diff options
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-3.0.2.0-r301.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r301.ebuild b/x11-libs/wxGTK/wxGTK-3.0.2.0-r301.ebuild index 49645e758df7..a9c599e3ccb5 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r301.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r301.ebuild @@ -69,13 +69,15 @@ LICENSE="wxWinLL-3 doc? ( wxWinFDL-3 )" S="${WORKDIR}/wxPython-src-${PV}" +PATCHES=( + "${FILESDIR}"/${P}-webview-fixes.patch + "${FILESDIR}"/${P}-gcc6.patch +) src_prepare() { - PATCHES=( "${FILESDIR}"/${P}-webview-fixes.patch ) - - eapply "${PATCHES[@]}" - eapply_user + default + local f for f in $(find "${S}" -name configure.in); do mv "${f}" "${f/in/ac}" || die done |