svn commit: r341715 - head/lang/jimtcl

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 29 11:34:03 UTC 2014


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
 


More information about the svn-ports-all mailing list