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

(-)freeciv/Makefile (+6 lines)
Lines 70-75 Link Here
70
PLIST_SUB+=	NLS=""
70
PLIST_SUB+=	NLS=""
71
.endif
71
.endif
72
72
73
.ifdef WITHOUT_IPV6
74
CONFIGURE_ARGS+=--enable-ipv6=no
75
.else
76
CONFIGURE_ARGS+=--enable-ipv6=yes
77
.endif
78
73
post-patch:
79
post-patch:
74
	@${REINPLACE_CMD} -e '/test.*==/s|==|=|;\
80
	@${REINPLACE_CMD} -e '/test.*==/s|==|=|;\
75
		/^LIBS/s|mixer|mixer $$SDL_LIBS|g' ${WRKSRC}/configure
81
		/^LIBS/s|mixer|mixer $$SDL_LIBS|g' ${WRKSRC}/configure

Return to bug 148252