patch-src_main_cc 551 B

1234567891011121314151617
  1. $OpenBSD: patch-src_main_cc,v 1.2 2015/07/15 02:26:34 bcallah Exp $
  2. Disable HelpContents. This requires yelp, which
  3. requires webkit, which needlessly breaks galois
  4. on archs without webkit.
  5. --- src/main.cc.orig Sun Jul 12 20:00:13 2015
  6. +++ src/main.cc Wed Jul 15 02:21:27 2015
  7. @@ -480,7 +480,6 @@ MainWindow::MainWindow()
  8. " <menuitem action='GameQuit'/>"
  9. " </menu>"
  10. " <menu action='HelpMenu'>"
  11. - " <menuitem action='HelpContents'/>"
  12. " <menuitem action='HelpAbout'/>"
  13. " </menu>"
  14. " </menubar>"