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

(-)emacs-new/Makefile (-7 lines)
Lines 176-188 Link Here
176
176
177
.include <bsd.port.options.mk>
177
.include <bsd.port.options.mk>
178
178
179
# clang is broken on i386 platform in -O2, due to use of alloca, and stack realignment
180
# and %esi as frame pointer register
181
# http://llvm.org/bugs/show_bug.cgi?id=18171
182
.if ${ARCH} == "i386"
183
USE_GCC=		any
184
.endif
185
186
DBUS_PTHREAD_LIBS=	${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:||' -e 's|}.*$$||' || ${TRUE}
179
DBUS_PTHREAD_LIBS=	${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:||' -e 's|}.*$$||' || ${TRUE}
187
180
188
.if ${PORT_OPTIONS:MX11}
181
.if ${PORT_OPTIONS:MX11}

Return to bug 199148