print/texinfo: Respect CC
Fix build when default cc (/usr/bin/cc) is missing. PR: 258811 Reported by: Evgeniy Khramtsov <evgeniy@khramtsov.org>
This commit is contained in:
parent
37e4eda03e
commit
81c9b39c0a
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ USES= charsetfix cpe gmake iconv:wchar_t libtool ncurses perl5 tar:xz
|
||||||
CONFIGURE_ARGS= --with-external-libintl-perl \
|
CONFIGURE_ARGS= --with-external-libintl-perl \
|
||||||
--with-external-Text-Unidecode \
|
--with-external-Text-Unidecode \
|
||||||
--with-external-Unicode-EastAsianWidth
|
--with-external-Unicode-EastAsianWidth
|
||||||
|
CONFIGURE_ENV= PERL_EXT_CC="${CC}"
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip install-tex
|
INSTALL_TARGET= install-strip install-tex
|
||||||
MAKE_ARGS= PERL=${PERL} TEXMF=${LOCALBASE}/${TEXMFDIR}
|
MAKE_ARGS= PERL=${PERL} TEXMF=${LOCALBASE}/${TEXMFDIR}
|
||||||
|
|
Loading…
Reference in a new issue