Date: Fri, 3 Jan 2014 16:00:53 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338554 - head/math/openfst Message-ID: <201401031600.s03G0rhv025306@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401031600.s03G0rhv025306>