diff options
Diffstat (limited to 'sci-misc/boinc/files/boinc-7.2-remove_boincscr.patch')
-rw-r--r-- | sci-misc/boinc/files/boinc-7.2-remove_boincscr.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-misc/boinc/files/boinc-7.2-remove_boincscr.patch b/sci-misc/boinc/files/boinc-7.2-remove_boincscr.patch new file mode 100644 index 0000000..2abc00f --- /dev/null +++ b/sci-misc/boinc/files/boinc-7.2-remove_boincscr.patch @@ -0,0 +1,15 @@ +--- a/Makefile.am 2014-11-05 13:23:17.000000000 +0100 ++++ b/Makefile.am 2014-11-05 13:25:43.558205864 +0100 +@@ -26,9 +26,9 @@ + + if ENABLE_MANAGER + CLIENTGUI_SUBDIRS = clientgui locale +-if BUILD_X11_SCREENSAVER +- CLIENTGUI_SUBDIRS += clientscr +-endif ++#if BUILD_X11_SCREENSAVER ++# CLIENTGUI_SUBDIRS += clientscr ++#endif + endif + + # ORDER MATTERS below. One must build dependencies FIRST, then things |