Move some things around for the sake of gettext

Gettext needs

- gperf
- python 2.3+

to regenerate files
This commit is contained in:
Samuel Tyler 2025-12-31 17:13:23 +11:00
parent 83dae02dbf
commit cf61139126
No known key found for this signature in database
GPG key ID: EB5091A5C77E8DC4
6 changed files with 81 additions and 71 deletions

View file

@ -197,7 +197,6 @@ src_configure() {
src_compile() {
ln -s . "build/build-${TARGET}"
for dir in libiberty libcpp libdecnumber gcc; do
# We have makeinfo now but it is not happy with gcc .info files, so skip it
make "${MAKEJOBS}" -C build/$dir LIBGCC2_INCLUDES=-I"${PREFIX}/include" \
STMP_FIXINC= GMPLIBS="-lmpc -lmpfr -lgmp" MAKEINFO=true
done