diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-11-15 23:20:37 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-11-15 23:21:11 +0100 |
commit | 2abc8d0bb878cfa6804571de88b8b0c28e79fb99 (patch) | |
tree | 5264c28e2211d281c1c7ca8b6053a36ddc9318b8 /x11-libs/fltk/fltk-1.3.9999.ebuild | |
parent | x86/package.use.mask: dev-php/pecl-mongodb[test] (diff) | |
download | gentoo-2abc8d0bb878cfa6804571de88b8b0c28e79fb99.tar.gz gentoo-2abc8d0bb878cfa6804571de88b8b0c28e79fb99.tar.bz2 gentoo-2abc8d0bb878cfa6804571de88b8b0c28e79fb99.zip |
x11-libs/fltk: Maybe fix FLTK_INCLUDE_DIRS in cmake files
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Bug: https://bugs.gentoo.org/show_bug.cgi?id=462776
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-libs/fltk/fltk-1.3.9999.ebuild')
-rw-r--r-- | x11-libs/fltk/fltk-1.3.9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-libs/fltk/fltk-1.3.9999.ebuild b/x11-libs/fltk/fltk-1.3.9999.ebuild index 66dbf39fd1a9..f8b095c4b45d 100644 --- a/x11-libs/fltk/fltk-1.3.9999.ebuild +++ b/x11-libs/fltk/fltk-1.3.9999.ebuild @@ -63,6 +63,8 @@ PATCHES=( "${FILESDIR}"/${PN}-1.3.9999-conf-tests.patch "${FILESDIR}"/${PN}-1.3.3-makefile-dirs.patch "${FILESDIR}"/${PN}-1.3.3-visibility.patch + "${FILESDIR}"/${PN}-1.3.5-cmake.patch + "${FILESDIR}"/${PN}-1.3.5-optim.patch ) pkg_setup() { @@ -87,10 +89,6 @@ src_prepare() { -e "/^docdir/s:fltk:${PF}/html:" \ -e "/SILENT:/d" \ makeinclude.in || die - sed -e "s/7/${PV}/" \ - < "${FILESDIR}"/FLTKConfig.cmake \ - > CMake/FLTKConfig.cmake || die - sed -e 's:-Os::g' -i configure.ac || die # also in Makefile:config.guess config.sub: cp misc/config.{guess,sub} . || die |