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

(-)Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
USE_GMAKE=	yes
20
USE_GMAKE=	yes
21
21
22
post-patch:
22
post-patch:
23
	@${SED} -e 's|c++|${CXX}|g' -e 's|-O2|${CXXFLAGS}|g' \
23
	@${SED} -e 's|g++|${CXX}|g' -e 's|-O2|${CXXFLAGS}|g' \
24
		${WRKSRC}/makefile.unix > ${WRKSRC}/Makefile
24
		${WRKSRC}/makefile.unix > ${WRKSRC}/Makefile
25
25
26
do-install:
26
do-install:

Return to bug 62041