From 7ffd6e172ce9c55d7d956650210e34b2ba40c3f7 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Fri, 26 Oct 2018 06:35:10 -0600 Subject: sci-misc/elmer-gui: remove as qt4 is gone Signed-off-by: Christoph Junghans --- sci-misc/elmer-gui/files/elmer-gui-netgen-fixes.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sci-misc/elmer-gui/files/elmer-gui-netgen-fixes.patch (limited to 'sci-misc/elmer-gui/files') diff --git a/sci-misc/elmer-gui/files/elmer-gui-netgen-fixes.patch b/sci-misc/elmer-gui/files/elmer-gui-netgen-fixes.patch deleted file mode 100644 index 0918c8ea9..000000000 --- a/sci-misc/elmer-gui/files/elmer-gui-netgen-fixes.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- /var/tmp/portage/sci-misc/elmer-gui-9999/work/elmer-gui-9999/Application/src/mainwindow.cpp.auto-diff-temp 2012-11-15 17:16:40.602279216 +0100 -+++ /var/tmp/portage/sci-misc/elmer-gui-9999/work/elmer-gui-9999/Application/src/mainwindow.cpp 2012-11-15 17:16:52.226288133 +0100 -@@ -4778,7 +4778,7 @@ - - mp.maxh = meshControl->nglibMaxH.toDouble(); - mp.fineness = meshControl->nglibFineness.toDouble(); -- mp.secondorder = 0; -+ mp.second_order = 0; - mp.meshsize_filename = backgroundmesh; - - if(ngDim == 3) { -- cgit v1.2.3-65-gdbad