mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
texlive: remove freetype2-config hacks
This commit is contained in:
parent
eb8b15ca56
commit
394b27be68
1 changed files with 0 additions and 10 deletions
|
@ -172,16 +172,6 @@ post_patch() {
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
if [ "$CROSS_BUILD" ] ; then
|
|
||||||
# For some reason, when cross-building, the configure script has this path
|
|
||||||
# for freetype2 include:
|
|
||||||
# /usr/x86_64-linux-musl/usr/x86_64-linux-musl/usr/include/freetype2.
|
|
||||||
# It shouldn't have two /usr/x86_64-linux-musl's, add it to CPPFLAGS.
|
|
||||||
CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
if [ -n "$build_option_luajit" ] ; then
|
if [ -n "$build_option_luajit" ] ; then
|
||||||
export HOST_CC="${_luajit_host_cc}"
|
export HOST_CC="${_luajit_host_cc}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue