View | Details | Raw Unified | Return to bug 225672 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/poppler/Makefile (-1 / +1 lines)
Lines 113-118 Link Here
113
CONFIGURE_ARGS+=--disable-libcurl
113
CONFIGURE_ARGS+=--disable-libcurl
114
PLIST_SUB+=	CURL="@comment "
114
PLIST_SUB+=	CURL="@comment "
115
.endif
115
.endif
116
.endif # end of options
116
117
117
.if ${PORT_OPTIONS:MOPENJPEG}
118
.if ${PORT_OPTIONS:MOPENJPEG}
118
CONFIGURE_ARGS+=--enable-libopenjpeg=openjpeg2
119
CONFIGURE_ARGS+=--enable-libopenjpeg=openjpeg2
Lines 120-126 Link Here
120
.else
121
.else
121
CONFIGURE_ARGS+=--enable-libopenjpeg=none
122
CONFIGURE_ARGS+=--enable-libopenjpeg=none
122
.endif
123
.endif
123
.endif # end of options
124
124
125
post-patch:
125
post-patch:
126
	@${REINPLACE_CMD} -e 's|-fno-check-new||g' ${WRKSRC}/configure
126
	@${REINPLACE_CMD} -e 's|-fno-check-new||g' ${WRKSRC}/configure

Return to bug 225672