diff options
Diffstat (limited to 'lang/python311/Makefile')
-rw-r--r-- | lang/python311/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python311/Makefile b/lang/python311/Makefile index ab53f485c3be..fe8415f6d3e9 100644 --- a/lang/python311/Makefile +++ b/lang/python311/Makefile @@ -118,7 +118,7 @@ CONFIGURE_ARGS:= ${CONFIGURE_ARGS:N${LTO_CONFIGURE_ON}} .endif post-patch: -# disable the detection of includes and library from e2fsprogs-libuuid, +# disable the detection of includes and library from libuuid, # which introduces hidden dependency and breaks build @${REINPLACE_CMD} -e 's|uuid/uuid.h|ignore_&|' ${WRKSRC}/configure |