libfontenc, disable static library (#8333)

This commit is contained in:
Schrijvers Luc
2023-04-11 12:44:23 +02:00
committed by GitHub
parent af2b899554
commit 8be3007fa8

View File

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