Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 11:34:03 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341715 - head/lang/jimtcl
Message-ID:  <201401291134.s0TBY3NU016256@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jan 29 11:34:02 2014
New Revision: 341715
URL: http://svnweb.freebsd.org/changeset/ports/341715
QAT: https://qat.redports.org/buildarchive/r341715/

Log:
  Activate the utf8 support

Modified:
  head/lang/jimtcl/Makefile

Modified: head/lang/jimtcl/Makefile
==============================================================================
--- head/lang/jimtcl/Makefile	Wed Jan 29 11:33:02 2014	(r341714)
+++ head/lang/jimtcl/Makefile	Wed Jan 29 11:34:02 2014	(r341715)
@@ -15,6 +15,7 @@ GH_COMMIT=	9a3562c
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--full \
+		--enable-utf8 \
 		--enable-shared \
 		--disable-docs
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401291134.s0TBY3NU016256>