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

Collapse All | Expand All

(-)graphics/poppler/Makefile (-2 / +2 lines)
Lines 91-97 Link Here
91
CONFIGURE_ARGS+=--disable-utils
91
CONFIGURE_ARGS+=--disable-utils
92
.endif
92
.endif
93
93
94
.else # ! SLAVE options below
94
.else # ! MASTER options below
95
CONFIGURE_ARGS+=--disable-poppler-glib \
95
CONFIGURE_ARGS+=--disable-poppler-glib \
96
		--disable-poppler-qt4 \
96
		--disable-poppler-qt4 \
97
		--disable-poppler-qt5 \
97
		--disable-poppler-qt5 \
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