Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Oct 2023 17:28:26 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: d7c8a8617737 - main - www/node18: update patch for powerpc64*
Message-ID:  <202310061728.396HSQQH094383@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"', {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310061728.396HSQQH094383>