From 852f4aa9cf12bbdae8f8b934fbf26cff37f1589a Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 17 Jul 2011 16:35:54 +0000 Subject: [PATCH] - Force the use of awk instead of gawk to prevent an installation issue PR: ports/158993 Submitted by: Alexandr Fixed by: John Marino (maintainer) --- devel/gps/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/gps/Makefile b/devel/gps/Makefile index 8873073a93b2..ad6bae20020a 100644 --- a/devel/gps/Makefile +++ b/devel/gps/Makefile @@ -31,6 +31,7 @@ USE_PERL5_BUILD= yes ALL_TARGET= default CC= gnatgcc +CONFIGURE_ENV+= AWK=/usr/bin/awk MAKE_ENV+= ADA_PROJECT_PATH=${PREFIX}/lib/gnat OPTIONS= SYSLOG "Enable system logging" on