summaryrefslogtreecommitdiff
path: root/lang/gcc48
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc48')
-rw-r--r--lang/gcc48/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index b27832d23ddd..560463be645b 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -101,10 +101,7 @@ CONFIGURE_ARGS+=--disable-nls \
${ICONV_CONFIGURE_ARG} \
--with-pkgversion="FreeBSD Ports Collection" \
--with-system-zlib
-# On FreeBSD 11 and above AWK uses the locale's collating order which
-# runs into a bug in GCC (PR 211742).
-MAKE_ARGS+= MAKEINFOFLAGS="--no-split" \
- AWK="${SETENV} LC_ALL=C ${AWK:Q}"
+MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
USE_LDCONFIG= ${TARGLIB}
PLIST_SUB= GCC_VERSION=${GCC_VERSION} \
GNU_HOST=${CONFIGURE_TARGET} \