summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/icewm/files/icewm-1.2.37-gnome2.patch')
-rw-r--r--x11-wm/icewm/files/icewm-1.2.37-gnome2.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-wm/icewm/files/icewm-1.2.37-gnome2.patch b/x11-wm/icewm/files/icewm-1.2.37-gnome2.patch
new file mode 100644
index 000000000000..89e3d0ffb207
--- /dev/null
+++ b/x11-wm/icewm/files/icewm-1.2.37-gnome2.patch
@@ -0,0 +1,18 @@
+diff -NrU5 icewm-1.2.37.original/configure.in icewm-1.2.37/configure.in
+--- icewm-1.2.37.original/configure.in 2009-11-16 15:16:24.000000000 -0600
++++ icewm-1.2.37/configure.in 2009-11-16 15:17:39.000000000 -0600
+@@ -818,12 +818,12 @@
+ [ if test "${enable_menus_gnome2}" = "yes"; then
+ AC_PATH_PROG(PKG_CONFIG, pkg-config)
+
+ if test "${PKG_CONFIG}" != ""; then
+ GNOME_VER=2
+- GNOME2_CFLAGS=`pkg-config --cflags gnome-desktop-2.0`
+- GNOME2_LIBS=`pkg-config --libs gnome-desktop-2.0`
++ GNOME2_CFLAGS=`pkg-config --cflags gnome-desktop-2.0 libgnomeui-2.0`
++ GNOME2_LIBS=`pkg-config --libs gnome-desktop-2.0 libgnomeui-2.0`
+
+ AC_DEFINE(CONFIG_GNOME_MENUS, 1, [Define to make IceWM more GNOME-friendly])
+
+ APPLICATIONS="${APPLICATIONS} icewm-menu-gnome2"
+ GNOME2_PREFIX=`pkg-config --variable=prefix gnome-desktop-2.0`