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

Collapse All | Expand All

(-)Makefile (+4 lines)
Lines 114-119 Link Here
114
PLIST_SUB+=	NO_NIS=""
114
PLIST_SUB+=	NO_NIS=""
115
.endif
115
.endif
116
116
117
post-patch:
118
	@${REINPLACE_CMD} -e 's|uuid/uuid.h|ignore_&|' ${WRKSRC}/configure
119
	@${REINPLACE_CMD} -e '/find_library_file/ s|uuid|ignore_&|' ${WRKSRC}/setup.py
120
117
post-install:
121
post-install:
118
.if ! ${PORT_OPTIONS:MDEBUG}
122
.if ! ${PORT_OPTIONS:MDEBUG}
119
	${RM} ${STAGEDIR}${PREFIX}/lib/libpython3.so						# Upstream Issue: https://bugs.python.org/issue17975
123
	${RM} ${STAGEDIR}${PREFIX}/lib/libpython3.so						# Upstream Issue: https://bugs.python.org/issue17975

Return to bug 229562