svn commit: r338554 - head/math/openfst

Dmitry Sivachenko demon at FreeBSD.org
Fri Jan 3 16:00:53 UTC 2014


Author: demon
Date: Fri Jan  3 16:00:53 2014
New Revision: 338554
URL: http://svnweb.freebsd.org/changeset/ports/338554

Log:
  Use gcc to fix compile problem with clang (it's libc++ does not support TR1).
  
  Thanks to dim@ for helping.

Modified:
  head/math/openfst/Makefile

Modified: head/math/openfst/Makefile
==============================================================================
--- head/math/openfst/Makefile	Fri Jan  3 15:59:41 2014	(r338553)
+++ head/math/openfst/Makefile	Fri Jan  3 16:00:53 2014	(r338554)
@@ -11,6 +11,7 @@ COMMENT=	Library for working with weight
 
 LICENSE=	APACHE20
 
+USE_GCC=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--enable-compact-fsts --enable-const-fsts --enable-far --enable-lookahead-fsts --enable-pdt


More information about the svn-ports-all mailing list