From ee0e3f04d0fe8bd4cdd472184d1df3c22af20d53 Mon Sep 17 00:00:00 2001 From: NicJA Date: Tue, 12 Jun 2018 14:11:14 +0000 Subject: [PATCH] disable the unrecognized nls and x flags git-svn-id: https://svn.aros.org/svn/aros/trunk/contrib@55323 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- gnu/gmp/mmakefile.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/gmp/mmakefile.src b/gnu/gmp/mmakefile.src index 9385b7f18..95a7b6b00 100644 --- a/gnu/gmp/mmakefile.src +++ b/gnu/gmp/mmakefile.src @@ -1,4 +1,4 @@ -# Copyright © 2004, The AROS Development Team. All rights reserved. +# Copyright © 2004-2018, The AROS Development Team. All rights reserved. # $Id$ include $(SRCDIR)/config/aros-contrib.cfg @@ -6,6 +6,6 @@ include $(SRCDIR)/config/aros-contrib.cfg #MM- contrib-gnu-gmp : development-gmp %fetch_and_build_gnu_development package=gmp version=5.1.2 patch=yes \ - extraoptions="--libdir=$(AROS_LIB)" + extraoptions="--libdir=$(AROS_LIB)" nlsflag=no xflag=no %common -- 2.11.4.GIT