]> git.pld-linux.org Git - packages/icewm.git/blob - icewm-build-fixes.patch
- new Source URL, updated to 1.3.12
[packages/icewm.git] / icewm-build-fixes.patch
1 --- icewm-1.3.12/configure.ac.orig      2020-11-11 11:21:19.688467839 +0100
2 +++ icewm-1.3.12/configure.ac   2020-11-11 11:23:25.721118395 +0100
3 @@ -347,7 +347,7 @@
4  AC_ARG_ENABLE([menus-gnome2],
5      AC_HELP_STRING([--disable-menus-gnome2],[Disable display of GNOME 2 menus.]))
6  if test x$enable_menus_gnome2 != xno; then
7 -    PKG_CHECK_MODULES([GNOME2],[gnome-desktop-2.0 libgnomeui-2.0],[
8 +    PKG_CHECK_MODULES([GNOME2],[gnome-desktop-2.0 gnome-vfs-2.0 libgnomeui-2.0],[
9         GNOME_VER=2
10         AC_DEFINE([CONFIG_GNOME_MENUS],[1],[Define to make IceWM more GNOME-friendly])
11         BUILD_MENU_GNOME2=yes
12 Index: icewm-1.3.7/src/yapp.cc
13 ===================================================================
14 --- icewm-1.3.7.orig/src/yapp.cc        2010-10-31 15:09:36.000000000 +0100
15 +++ icewm-1.3.7/src/yapp.cc     2011-03-14 15:58:59.000000000 +0100
16 @@ -269,7 +269,7 @@
17          }
18  #endif
19  
20 -        {
21 +        if(measure_latency) {
22              struct timeval difftime;
23              struct timeval curtime;
24              gettimeofday(&curtime, 0);
This page took 0.028662 seconds and 3 git commands to generate.