From 694a285108954e701b2cf679d863188932591518 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Wed, 25 Dec 2019 07:07:38 +0000 Subject: [PATCH] math/mkl-dnn: Spell CXXFLAGS_i386 correctly --- math/mkl-dnn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/mkl-dnn/Makefile b/math/mkl-dnn/Makefile index d083c363b00e..f424efa76e14 100644 --- a/math/mkl-dnn/Makefile +++ b/math/mkl-dnn/Makefile @@ -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