summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-03-17 13:47:58 +0100
committerJeroen Roovers <jer@gentoo.org>2018-03-17 13:48:11 +0100
commit8b9156eb02b9d6811ec208dd14729d2428be09b2 (patch)
tree4dd04433c55afd08c56dba3670f8178468ad0cd9 /x11-libs/fltk/fltk-1.3.9999.ebuild
parentmedia-libs/glew: stable 2.1.0 for sparc, bug #649078 (diff)
downloadgentoo-8b9156eb02b9d6811ec208dd14729d2428be09b2.tar.gz
gentoo-8b9156eb02b9d6811ec208dd14729d2428be09b2.tar.bz2
gentoo-8b9156eb02b9d6811ec208dd14729d2428be09b2.zip
x11-libs/fltk: Fix live ebuilds (bug #650700 by jospezial).
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'x11-libs/fltk/fltk-1.3.9999.ebuild')
-rw-r--r--x11-libs/fltk/fltk-1.3.9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/fltk/fltk-1.3.9999.ebuild b/x11-libs/fltk/fltk-1.3.9999.ebuild
index f98e30fbf2cd..f85727938fd2 100644
--- a/x11-libs/fltk/fltk-1.3.9999.ebuild
+++ b/x11-libs/fltk/fltk-1.3.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -55,7 +55,7 @@ FLTK_GAMES="
PATCHES=(
"${FILESDIR}"/${PN}-1.3.0-share.patch
- "${FILESDIR}"/${PN}-1.3.2-conf-tests.patch
+ "${FILESDIR}"/${PN}-1.3.9999-conf-tests.patch
"${FILESDIR}"/${PN}-1.3.3-makefile-dirs.patch
"${FILESDIR}"/${PN}-1.3.3-visibility.patch
)
@@ -85,7 +85,7 @@ src_prepare() {
sed -e "s/7/${PV}/" \
< "${FILESDIR}"/FLTKConfig.cmake \
> CMake/FLTKConfig.cmake || die
- sed -e 's:-Os::g' -i configure.in || die
+ sed -e 's:-Os::g' -i configure.ac || die
# also in Makefile:config.guess config.sub:
cp misc/config.{guess,sub} . || die