aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2023-12-24 18:51:50 +0000
committerJason E. Hale <jhale@FreeBSD.org>2023-12-24 19:12:49 +0000
commitc38468e169ffb04e48a27a6c05d652decfc34350 (patch)
tree89a1075f7613978809d771b7df2cf359f9d7e2c0
parent41f210a6c898e9dcd4f7786b736e203dea4672ff (diff)
downloadports-c38468e169ffb04e48a27a6c05d652decfc34350.tar.gz
ports-c38468e169ffb04e48a27a6c05d652decfc34350.zip
databases/mysql80-server: Fix client patch phase
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)
-rw-r--r--databases/mysql80-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql80-server/Makefile b/databases/mysql80-server/Makefile
index 4fddf2f98986..f8b441f89ffd 100644
--- a/databases/mysql80-server/Makefile
+++ b/databases/mysql80-server/Makefile
@@ -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)