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

(-)Makefile (+4 lines)
Lines 159-164 Link Here
159
CMAKE_ARGS+=		-DWITH_SSL=${OPENSSLBASE}
159
CMAKE_ARGS+=		-DWITH_SSL=${OPENSSLBASE}
160
.endif
160
.endif
161
161
162
.if ${CHOSEN_COMPILER_TYPE} == gcc
163
CXXFLAGS+=	-fpermissive
164
.endif
165
162
post-extract:
166
post-extract:
163
	@${RM} -rv ${WRKSRC}/sql/sql_hints.yy.cc ${WRKSRC}/sql/sql_hints.yy.h
167
	@${RM} -rv ${WRKSRC}/sql/sql_hints.yy.cc ${WRKSRC}/sql/sql_hints.yy.h
164
168

Return to bug 235690