git: d7c8a8617737 - main - www/node18: update patch for powerpc64*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Oct 2023 17:28:26 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7c8a861773734aca75a6822691afa472b950b75 commit d7c8a861773734aca75a6822691afa472b950b75 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-10-06 17:22:22 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-10-06 17:28:23 +0000 www/node18: update patch for powerpc64* --- www/node18/files/extra-patch-common.gypi | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/www/node18/files/extra-patch-common.gypi b/www/node18/files/extra-patch-common.gypi index 02db35b1a46c..0f921bf14c8a 100644 --- a/www/node18/files/extra-patch-common.gypi +++ b/www/node18/files/extra-patch-common.gypi @@ -1,11 +1,20 @@ ---- common.gypi.orig 2023-04-12 04:09:10 UTC +--- common.gypi.orig 2023-09-18 05:18:10 UTC +++ common.gypi @@ -426,7 +426,7 @@ - 'ldflags': [ '-m32' ], - }], - [ 'target_arch=="ppc64" and OS not in "aix os400"', { -- 'cflags': [ '-m64', '-mminimal-toc' ], -+ 'cflags': [ '-m64' ], - 'ldflags': [ '-m64' ], - }], - [ 'target_arch=="s390x" and OS=="linux"', { + 'ldflags': [ '-m32' ], + }], + [ 'host_arch=="ppc64" and OS not in "aix os400"', { +- 'cflags': [ '-m64', '-mminimal-toc' ], ++ 'cflags': [ '-m64' ], + 'ldflags': [ '-m64' ], + }], + [ 'host_arch=="s390x" and OS=="linux"', { +@@ -450,7 +450,7 @@ + 'ldflags': [ '-m32' ], + }], + [ 'target_arch=="ppc64" and OS not in "aix os400"', { +- 'cflags': [ '-m64', '-mminimal-toc' ], ++ 'cflags': [ '-m64' ], + 'ldflags': [ '-m64' ], + }], + [ 'target_arch=="s390x" and OS=="linux"', {