Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Dec 2019 07:07:38 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520839 - head/math/mkl-dnn
Message-ID:  <201912250707.xBP77cMc057262@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Dec 25 07:07:38 2019
New Revision: 520839
URL: https://svnweb.freebsd.org/changeset/ports/520839

Log:
  math/mkl-dnn: Spell CXXFLAGS_i386 correctly

Modified:
  head/math/mkl-dnn/Makefile

Modified: head/math/mkl-dnn/Makefile
==============================================================================
--- head/math/mkl-dnn/Makefile	Wed Dec 25 07:05:14 2019	(r520838)
+++ head/math/mkl-dnn/Makefile	Wed Dec 25 07:07:38 2019	(r520839)
@@ -29,7 +29,7 @@ OPENMP_LIB_DEPENDS=	libomp.so:devel/openmp
 OPENMP_BROKEN_OFF=	still requires omp.h, see https://github.com/intel/mkl-dnn/issues/581
 
 CXXFLAGS_amd64=	-msse4.1
-CFXXLAGS_i386=	-msse4.1
+CXXFLAGS_i386=	-msse4.1
 
 post-install:
 	@${RM} -r ${STAGEDIR}${PREFIX}/share/doc



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