Index: devel/gmake/Makefile =================================================================== --- devel/gmake/Makefile (revision 536021) +++ devel/gmake/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= gmake PORTVERSION= 4.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU/make DISTNAME= make-${PORTVERSION} @@ -20,6 +21,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g \ --without-guile +# XXX PR246615: work around PATH search bug +CONFIGURE_ARGS+=--disable-posix-spawn + USES= cpe tar:lz CPE_VENDOR= gnu