From 5548e301a5f4118cbd689065f3cdc724860c4c39 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 3 Apr 2023 20:35:47 +0200 Subject: [PATCH] fltk, disable static library, don't enable the recipe (#8262) --- x11-libs/fltk/fltk-1.3~git.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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