ftl: fix build

The dep file generation does not work. Trick it by creating an empty
file, then the build goes ok.
This commit is contained in:
Adrien Destugues
2018-12-30 11:28:08 +01:00
parent aec3d05a8f
commit 9550e255d4

View File

@@ -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
}