math/mkl-dnn: Spell CXXFLAGS_i386 correctly

This commit is contained in:
Tobias Kortkamp 2019-12-25 07:07:38 +00:00
parent 4286e8b0ba
commit 694a285108
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520839

View File

@ -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