mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libfontenc, disable static library (#8333)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user