Skip to content

Commit

Permalink
databases/mysql80-server: Fix client patch phase
Browse files Browse the repository at this point in the history
This is to fix the patch phase of databases/mysql80-client on i386,
where the extra-patch file could not be located because the relative
path was hardcoded in databases/mysql80-server.

===>  Patching for mysql80-client-8.0.35
===>  Applying extra patch files/extra-patch-boost-boost_1_77_0-boost-move-detail-type_traits.hpp
cat: files/extra-patch-boost-boost_1_77_0-boost-move-detail-type_traits.hpp: No such file or directory
===>  FAILED Applying extra patch files/extra-patch-boost-boost_1_77_0-boost-move-detail-type_traits.hpp
*** Error code 1

Approved by:	portmgr (blanket)
  • Loading branch information
BSDKaffee committed Dec 24, 2023
1 parent 41f210a commit c38468e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databases/mysql80-server/Makefile
Expand Up @@ -205,7 +205,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-scripts_CMakeLists.txt
# XXX MBi alignment issue
.if ${ARCH} == i386
EXTRA_PATCHES+= files/extra-patch-boost-boost_1_77_0-boost-move-detail-type_traits.hpp
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-boost-boost_1_77_0-boost-move-detail-type_traits.hpp
.endif
.if !defined(CLIENT_ONLY)
Expand Down

0 comments on commit c38468e

Please sign in to comment.