diff options
author | 2025-01-15 19:53:50 +0100 | |
---|---|---|
committer | 2025-01-19 00:48:57 +0100 | |
commit | 9afe2cfe891267384917f1a7259f561877f7cdd5 (patch) | |
tree | 56817287f2ce1c909953171d85bc066583db5081 /sci-mathematics | |
parent | media-gfx/openscad: remove unused file (diff) | |
download | gentoo-9afe2cfe891267384917f1a7259f561877f7cdd5.tar.gz gentoo-9afe2cfe891267384917f1a7259f561877f7cdd5.tar.bz2 gentoo-9afe2cfe891267384917f1a7259f561877f7cdd5.zip |
sci-mathematics/gfan: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gfan/files/gfan-0.6.2-xcode9.3_compat.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sci-mathematics/gfan/files/gfan-0.6.2-xcode9.3_compat.patch b/sci-mathematics/gfan/files/gfan-0.6.2-xcode9.3_compat.patch deleted file mode 100644 index 83f4b66f8239..000000000000 --- a/sci-mathematics/gfan/files/gfan-0.6.2-xcode9.3_compat.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/app_main.cpp b/src/app_main.cpp -index a33c042..e7ade81 100644 ---- a/src/app_main.cpp -+++ b/src/app_main.cpp -@@ -205,7 +205,7 @@ public: - } - - ep->close(); -- delete ep;//<--- In next release, make the class virtual -+// delete ep;//<--- In next release, make the class virtual # this is miscompiled clang@xcode-6.3 - - printf("\n"); - |