diff --git a/x11-libs/fltk/fltk-1.3~git.recipe b/x11-libs/fltk/fltk-1.3~git.recipe index 06876aebe..d3da73676 100644 --- a/x11-libs/fltk/fltk-1.3~git.recipe +++ b/x11-libs/fltk/fltk-1.3~git.recipe @@ -13,7 +13,7 @@ HOMEPAGE="https://www.fltk.org/" COPYRIGHT="1998-2019 by Bill Spitzak and others." LICENSE="FLTK GNU LGPL v2" -REVISION="3" +REVISION="4" SOURCE_URI="https://github.com/mmuman/fltk/archive/haiku-1.3-final.tar.gz" CHECKSUM_SHA256="5ea5eb6f4028534bb911a61ad3df7dbfa1274dd200a03be441b75b691f79d7f1" SOURCE_DIR="fltk-haiku-1.3-final" @@ -112,6 +112,9 @@ INSTALL() { make install + # remove static libraries + rm $libDir/*.a + prepareInstalledDevelLibs \ libfltk libfltk_forms libfltk_images fixPkgconfig