diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-01-08 16:11:46 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-01-08 23:09:33 +0100 |
commit | ba6c91660bfe2b69e9dd3a8bcb3d3d4452f12a8a (patch) | |
tree | 8122a6982d7559772e77afaa9de7c1b90cd172da /app-emulation/plus42 | |
parent | media-gfx/blender: remove unused patch (diff) | |
download | gentoo-ba6c91660bfe2b69e9dd3a8bcb3d3d4452f12a8a.tar.gz gentoo-ba6c91660bfe2b69e9dd3a8bcb3d3d4452f12a8a.tar.bz2 gentoo-ba6c91660bfe2b69e9dd3a8bcb3d3d4452f12a8a.zip |
app-emulation/plus42: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/29017
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-emulation/plus42')
-rw-r--r-- | app-emulation/plus42/files/plus42-1.0.4-fix-build-intel-lib.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-emulation/plus42/files/plus42-1.0.4-fix-build-intel-lib.patch b/app-emulation/plus42/files/plus42-1.0.4-fix-build-intel-lib.patch deleted file mode 100644 index e1e2ea89897a..000000000000 --- a/app-emulation/plus42/files/plus42-1.0.4-fix-build-intel-lib.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur free42-nologo-2.5.3.orig/gtk/build-intel-lib.sh free42-nologo-2.5.3/gtk/build-intel-lib.sh ---- free42-nologo-2.5.3.orig/gtk/build-intel-lib.sh 2019-09-01 17:44:47.000000000 +0200 -+++ free42-nologo-2.5.3/gtk/build-intel-lib.sh 2019-09-03 23:58:30.604579443 +0200 -@@ -65,7 +65,7 @@ - esac - - cd LIBRARY --$MK $OS_ARG CC=$CC CALL_BY_REF=1 GLOBAL_RND=1 GLOBAL_FLAGS=1 UNCHANGED_BINARY_FLAGS=0 $ENDIAN_ARG -+$MK $OS_ARG A=a CC=$CC CALL_BY_REF=1 GLOBAL_RND=1 GLOBAL_FLAGS=1 UNCHANGED_BINARY_FLAGS=0 $ENDIAN_ARG - mv libbid.a ../../gcc111libbid.a - cd ../.. - ( echo '#ifdef FREE42_FPTEST'; echo 'const char *readtest_lines[] = {'; tr -d '\r' < IntelRDFPMathLib20U1/TESTS/readtest.in | sed 's/^\(.*\)$/"\1",/'; echo '0 };'; echo '#endif' ) > readtest_lines.cc |