From 9550e255d4ddfa36c660f5281d5c6193d5c96cdd Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 30 Dec 2018 11:28:08 +0100 Subject: [PATCH] ftl: fix build The dep file generation does not work. Trick it by creating an empty file, then the build goes ok. --- media-libs/ftgl/ftgl-2.1.5.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/ftgl/ftgl-2.1.5.recipe b/media-libs/ftgl/ftgl-2.1.5.recipe index ae1594b34..f5e68d5f4 100644 --- a/media-libs/ftgl/ftgl-2.1.5.recipe +++ b/media-libs/ftgl/ftgl-2.1.5.recipe @@ -5,7 +5,7 @@ HOMEPAGE="https://sourceforge.net/projects/ftgl" COPYRIGHT="2001-2004 Unicode, Inc. 2001-2009 Henry Maddocks" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://sourceforge.net/projects/canvasdraw/files/5.11.1/Docs%20and%20Sources/ftgl-${portVersion}_Sources.tar.gz" CHECKSUM_SHA256="690a7f80375846765f5cbbc10d0d859bfb62281441ff5878f818ced447fca763" SOURCE_DIR="ftgl" @@ -57,6 +57,7 @@ BUILD_PREREQUIRES=" BUILD() { + touch src/ftgl.dep make $jobArgs }