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

(-)Makefile (+1 lines)
Lines 50-55 Link Here
50
.endif
50
.endif
51
51
52
post-patch:
52
post-patch:
53
	${REINPLACE_CMD} -e '/objformat/s/echo aout/echo elf/' ${WRKSRC}/configure
53
.if defined(WITHOUT_X11)
54
.if defined(WITHOUT_X11)
54
	${REINPLACE_CMD} -e '/all:/s/ bims//; /bims/d' ${WRKSRC}/src/Makefile.in
55
	${REINPLACE_CMD} -e '/all:/s/ bims//; /bims/d' ${WRKSRC}/src/Makefile.in
55
.endif
56
.endif

Return to bug 110160