diff options
Diffstat (limited to 'www/node23/files/patch-common.gypi')
-rw-r--r-- | www/node23/files/patch-common.gypi | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/node23/files/patch-common.gypi b/www/node23/files/patch-common.gypi deleted file mode 100644 index c1a1298912e1..000000000000 --- a/www/node23/files/patch-common.gypi +++ /dev/null @@ -1,20 +0,0 @@ ---- common.gypi.orig 2023-07-20 18:27:37 UTC -+++ common.gypi -@@ -426,7 +426,7 @@ - '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"', { |