diff options
-rw-r--r-- | lang/python310/Makefile | 2 | ||||
-rw-r--r-- | lang/python311/Makefile | 2 | ||||
-rw-r--r-- | lang/python312/Makefile | 2 | ||||
-rw-r--r-- | lang/python39/Makefile | 2 | ||||
-rw-r--r-- | misc/ossp-uuid/Makefile | 2 | ||||
-rw-r--r-- | misc/ossp-uuid/files/patch-Makefile.in | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lang/python310/Makefile b/lang/python310/Makefile index aef7d3f2cda0..20738cca4278 100644 --- a/lang/python310/Makefile +++ b/lang/python310/Makefile @@ -107,7 +107,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/libressl .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 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 diff --git a/lang/python312/Makefile b/lang/python312/Makefile index c5ddd8cc78af..b733e009dedb 100644 --- a/lang/python312/Makefile +++ b/lang/python312/Makefile @@ -117,7 +117,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 diff --git a/lang/python39/Makefile b/lang/python39/Makefile index 320a2b45be66..991b249efa37 100644 --- a/lang/python39/Makefile +++ b/lang/python39/Makefile @@ -106,7 +106,7 @@ PLIST_SUB+= NO_NIS="" .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 @${REINPLACE_CMD} -e '/find_library_file/ s|uuid|ignore_&|' ${WRKSRC}/setup.py diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile index 3f0080bbccf2..186fef2f8db4 100644 --- a/misc/ossp-uuid/Makefile +++ b/misc/ossp-uuid/Makefile @@ -32,7 +32,7 @@ TEST_TARGET= check .endif pre-patch: -### Fixes lib conflicts with misc/e2fsprogs-libuuid ### +### Fixes lib conflicts with misc/libuuid ### @${REINPLACE_CMD} 's/libuuid.la/libossp-uuid.la/ ; s/libuuid++.la/libossp-uuid++.la/' \ ${WRKDIR}/${DISTNAME}/Makefile.in diff --git a/misc/ossp-uuid/files/patch-Makefile.in b/misc/ossp-uuid/files/patch-Makefile.in index f9adf99a9f6b..48f966474fdf 100644 --- a/misc/ossp-uuid/files/patch-Makefile.in +++ b/misc/ossp-uuid/files/patch-Makefile.in @@ -1,4 +1,4 @@ -### This Patch is to fix conflicts with misc/e2fsprogs-libuuid ### +### This Patch is to fix conflicts with misc/libuuid ### --- Makefile.in.orig 2016-02-07 14:59:23 UTC +++ Makefile.in @@ -74,7 +74,7 @@ CXX_OBJS = uuid++.lo $(LIB_OBJS) |