Files
macports-ports/science/gate/files/patch-addmenu.diff
Mojca Miklavec 3148efa8fa gate: update to 8.1.p01
GUI seems broken, but the old version is broken by now as well.

Closes: https://trac.macports.org/ticket/55677
Closes: https://trac.macports.org/ticket/56132
2018-12-06 08:13:42 +01:00

11 lines
272 B
Diff

--- Gate.cc.orig
+++ Gate.cc
@@ -406,6 +406,7 @@ int main( int argc, char* argv[] )
#ifdef G4UI_USE
if (ui) // Launching interactive mode // Qt
{
+ UImanager->ApplyCommand("/gate/control/execute gui.mac");
ui->SessionStart();
delete ui;
}