Don't pick up gmake; this can lead to dpb junking and:

/bin/sh: /usr/local/bin/gmake: not found
This commit is contained in:
ajacoutot 2023-01-21 10:09:12 +00:00
parent 27b506b7b4
commit 727022bf4b
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ CONFIGURE_STYLE=gnu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
# don't pick up gmake
CONFIGURE_ENV += ac_cv_path_GMAKE=no
CONFIGURE_ARGS= --enable-dynamic \
--with-pthread \
--without-libjpeg \