From 914e868a72b9d45022463abd3509495ae5d6b1a3 Mon Sep 17 00:00:00 2001 From: NicJA Date: Tue, 12 Jun 2018 14:07:10 +0000 Subject: [PATCH] disable the unrecognized nls flag git-svn-id: https://svn.aros.org/svn/aros/trunk/contrib@55320 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- development/libs/t1lib/mmakefile.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/libs/t1lib/mmakefile.src b/development/libs/t1lib/mmakefile.src index d5ceb9959..ad706d1d6 100644 --- a/development/libs/t1lib/mmakefile.src +++ b/development/libs/t1lib/mmakefile.src @@ -1,4 +1,4 @@ -# Copyright © 2015-2016, The AROS Development Team. All rights reserved. +# Copyright © 2015-2018, The AROS Development Team. All rights reserved. # $Id$ include $(SRCDIR)/config/aros-contrib.cfg @@ -16,4 +16,4 @@ T1_ENVFLAGS := T1_AA_TYPE16="-DT1_AA_TYPE16=short" T1_AA_TYPE32="-DT1_AA_TYPE32= %fetch_and_build_gnu_development package=t1lib version=5.1.2 \ patch=yes package_repo="$(REPOSITORIES)" \ config_env_extra="$(T1_ENVFLAGS)" \ - extraoptions="--libdir=$(AROS_LIB)" + extraoptions="--libdir=$(AROS_LIB)" nlsflag=no -- 2.11.4.GIT