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

(-)b/lang/python39/Makefile (-1 / +1 lines)
Lines 109-115 PLIST_SUB+= NO_NIS="" Link Here
109
post-patch:
109
post-patch:
110
# disable the detection of includes and library from e2fsprogs-libuuid,
110
# disable the detection of includes and library from e2fsprogs-libuuid,
111
# which introduces hidden dependency and breaks build
111
# which introduces hidden dependency and breaks build
112
	@${REINPLACE_CMD} -e 's|uuid/uuid.h|ignore_&|' ${WRKSRC}/configure
112
	@${REINPLACE_CMD} -e 's|uuid/uuid.h|ignore_&|' -e 's|-luuid|-lignore_uuid|' ${WRKSRC}/configure
113
	@${REINPLACE_CMD} -e '/find_library_file/ s|uuid|ignore_&|' ${WRKSRC}/setup.py
113
	@${REINPLACE_CMD} -e '/find_library_file/ s|uuid|ignore_&|' ${WRKSRC}/setup.py
114
# disable detection of multiarch as it breaks with clang >= 13, which adds a
114
# disable detection of multiarch as it breaks with clang >= 13, which adds a
115
# major.minor version number in -print-multiarch output, confusing Python
115
# major.minor version number in -print-multiarch output, confusing Python

Return to bug 274498