mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libiconv: build with --enable-extra-encodings (#7784)
so that standard items like CP437 used by open cubic player is included.
This commit is contained in:
committed by
GitHub
parent
9d692cfbb3
commit
e2d1718c84
@@ -97,7 +97,7 @@ HOMEPAGE="https://www.gnu.org/software/libiconv/"
|
||||
COPYRIGHT="2000-2022 Free Software Foundation, Inc."
|
||||
LICENSE="GNU LGPL v2
|
||||
GNU GPL v3"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://ftpmirror.gnu.org/libiconv/libiconv-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313"
|
||||
PATCHES="libiconv-$portVersion.patchset"
|
||||
@@ -165,7 +165,8 @@ BUILD()
|
||||
--enable-relocatable \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--disable-nls
|
||||
--disable-nls \
|
||||
--enable-extra-encodings
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user