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

(-)Makefile (+5 lines)
Lines 151-156 Link Here
151
IGNORE=		only supports LDAPS with SSL
151
IGNORE=		only supports LDAPS with SSL
152
.endif
152
.endif
153
153
154
.if ${PORT_OPTIONS:MGSSAPI_BASE} && exists(${LOCALBASE}/lib/libkrb5support.so)
155
BROKEN=		The GSSAPI_BASE option is selected, but you have krb5 installed. \
156
		Select GSSAPI_MIT, temporarily deinstall krb5 to build curl, or build in poudriere
157
.endif
158
154
post-patch:
159
post-patch:
155
	@${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs scripts|; /^DIST_SUBDIRS = / s| docs scripts||; /cd docs &&/d' ${WRKSRC}/Makefile.in
160
	@${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs scripts|; /^DIST_SUBDIRS = / s| docs scripts||; /cd docs &&/d' ${WRKSRC}/Makefile.in
156
	@${REINPLACE_CMD} -e 's|\(flags_dbg_off=\)".*"|\1""|; s|\(flags_opt_off=\)".*"|\1""|' ${WRKSRC}/configure
161
	@${REINPLACE_CMD} -e 's|\(flags_dbg_off=\)".*"|\1""|; s|\(flags_opt_off=\)".*"|\1""|' ${WRKSRC}/configure

Return to bug 246096