View | Details | Raw Unified | Return to bug 229605
Collapse All | Expand All

(-)Makefile (+5 lines)
Lines 167-172 Link Here
167
	# issue 220865: MySQL developers forgot that FreeBSD != Linux
167
	# issue 220865: MySQL developers forgot that FreeBSD != Linux
168
	@${REINPLACE_CMD} -e 's|%%FREEBSD_LOCAL_LIB%%|${LOCALBASE}/lib|g' \
168
	@${REINPLACE_CMD} -e 's|%%FREEBSD_LOCAL_LIB%%|${LOCALBASE}/lib|g' \
169
	    ${WRKSRC}/configure.cmake
169
	    ${WRKSRC}/configure.cmake
170
.if ${ARCH} == i386
171
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 40
172
	@${ECHO} 'SET(HAVE_GCC_ATOMIC_BUILTINS CACHE  INTERNAL "")' >> ${WRKSRC}/cmake/os/${OPSYS}.cmake
173
.endif
174
.endif
170
175
171
.if !defined(CLIENT_ONLY)
176
.if !defined(CLIENT_ONLY)
172
post-install:
177
post-install:

Return to bug 229605