diff --git a/x11-libs/libfontenc/libfontenc-1.1.4.recipe b/x11-libs/libfontenc/libfontenc-1.1.4.recipe index c0f13c71b..a61bd594f 100644 --- a/x11-libs/libfontenc/libfontenc-1.1.4.recipe +++ b/x11-libs/libfontenc/libfontenc-1.1.4.recipe @@ -4,7 +4,7 @@ portably determine and deal with different encodings of fonts." HOMEPAGE="https://www.x.org/" COPYRIGHT="1998-2001 Juliusz Chroboczek" LICENSE="MIT (no promotion)" -REVISION="1" +REVISION="2" SOURCE_URI="https://www.x.org/archive/individual/lib/libfontenc-$portVersion.tar.bz2" CHECKSUM_SHA256="2cfcce810ddd48f2e5dc658d28c1808e86dcf303eaff16728b9aa3dbc0092079" @@ -54,7 +54,7 @@ defineDebugInfoPackage libfontenc$secondaryArchSuffix \ BUILD() { autoreconf -vfi - runConfigure ./configure + runConfigure ./configure --disable-static make $jobArgs }