Date: Sat, 19 Aug 2023 22:30:20 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e709e2291f70 - main - www/node20: update powerpc64* patch to account for new changes Message-ID: <202308192230.37JMUKNC042983@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=e709e2291f70ce535e077d76ecb40c33f8bb6fe1 commit e709e2291f70ce535e077d76ecb40c33f8bb6fe1 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-19 22:29:50 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-19 22:29:50 +0000 www/node20: update powerpc64* patch to account for new changes --- www/node20/files/extra-patch-common.gypi | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/www/node20/files/extra-patch-common.gypi b/www/node20/files/extra-patch-common.gypi index 02db35b1a46c..c1a1298912e1 100644 --- a/www/node20/files/extra-patch-common.gypi +++ b/www/node20/files/extra-patch-common.gypi @@ -1,11 +1,20 @@ ---- common.gypi.orig 2023-04-12 04:09:10 UTC +--- common.gypi.orig 2023-07-20 18:27:37 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"', {home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308192230.37JMUKNC042983>
