Fix build problems on i386

Use GCC seems to be proper way to do it. SSE2 would not be available for all
CPU:s.
This commit is contained in:
Palle Girgensohn 2018-11-12 15:54:19 +00:00
parent cd362e61da
commit 13e9c37ebe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484807

View File

@ -161,6 +161,10 @@ SUB_LIST+= PG_GROUP=${PG_GROUP} \
.include <bsd.port.options.mk>
.if ${ARCH} == "i386"
USES+= compiler:gcc-c++11-lib
.endif
.if !defined(SLAVE_ONLY)
.if ${DISTVERSION:C/([0-9]*).*/\1/} != 10
. if ( defined(SERVER_ONLY) && ${PORT_OPTIONS:MICU} ) || make(makesum)