diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-08-10 05:25:39 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-08-10 05:25:39 +0000 |
commit | 05c812fc0ac67cc0b38f032da6add0fe2cf5fa90 (patch) | |
tree | 3e566a7d0721bbe51f88d8b045e5871214644831 /x11-wm/xfce4/files | |
parent | 1da1ba46342b3130ad4fdb78ca89b72b737e1d97 (diff) |
Notes
Diffstat (limited to 'x11-wm/xfce4/files')
-rw-r--r-- | x11-wm/xfce4/files/patch-ak | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/xfce4/files/patch-ak b/x11-wm/xfce4/files/patch-ak deleted file mode 100644 index 3591d0908c48..000000000000 --- a/x11-wm/xfce4/files/patch-ak +++ /dev/null @@ -1,11 +0,0 @@ ---- xfce/setup.c.orig Sun May 6 08:51:24 2001 -+++ xfce/setup.c Sun May 6 08:51:34 2001 -@@ -132,7 +132,7 @@ - list = g_list_append(list, "xfce"); - - /* Try to find the location of gtk engines */ -- if ((pdata=popen("gtk-config --prefix","r")) != NULL -+ if ((pdata=popen("gtk12-config --prefix","r")) != NULL - && fgets(buffer, sizeof(buffer), pdata) != NULL) - { - char *path; |