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

(-)Makefile (-1 / +1 lines)
Lines 102-108 Link Here
102
102
103
post-patch:
103
post-patch:
104
	${REINPLACE_CMD} -e "s#-O2#${CFLAGS}#" ${WRKSRC}/configure
104
	${REINPLACE_CMD} -e "s#-O2#${CFLAGS}#" ${WRKSRC}/configure
105
.if ${OSVERSION} < 500035 && !defined(WITH_SYSTEM_GCC)
105
.if ${OSVERSION} < 500035 && defined(WITH_GCC32)
106
	${LN} -s /usr/include/g++/FlexLexer.h ${WRKSRC}/include
106
	${LN} -s /usr/include/g++/FlexLexer.h ${WRKSRC}/include
107
.endif
107
.endif

Return to bug 55010