svn commit: r520839 - head/math/mkl-dnn

Tobias Kortkamp tobik at FreeBSD.org
Wed Dec 25 07:07:39 UTC 2019


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


More information about the svn-ports-head mailing list