diff options
Diffstat (limited to 'x11-wm/sawfish/files/patch-configure')
-rw-r--r-- | x11-wm/sawfish/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-wm/sawfish/files/patch-configure b/x11-wm/sawfish/files/patch-configure new file mode 100644 index 000000000..0ab207a9c --- /dev/null +++ b/x11-wm/sawfish/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Tue Nov 12 16:10:53 2002 ++++ configure Tue Nov 12 16:12:11 2002 +@@ -2688,7 +2688,7 @@ + (error + (throw 'quit 1))) + EOF +-if REP_GTK_DONT_INITIALIZE=1 rep ./conftest 2>&5; then ++if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gui/gtk-2/gtk -l gui/gtk-2/libglade 2>&5; then + echo "$ac_t""yes" 1>&6 + else + echo "$ac_t""no" 1>&6 +@@ -3387,7 +3387,7 @@ + if test "$enable_themer" = yes; then + echo $ac_n "checking for rep-gtk libglade wrapper""... $ac_c" 1>&6 + echo "configure:3390: checking for rep-gtk libglade wrapper" >&5 +- if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gui.gtk.libglade 2>&5; then ++ if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gui/gtk-2/gnome-ui -l gui/gtk-2/gnome-canvas 2>&5; then + echo "$ac_t""yes" 1>&6 + add_subdir "themer" + else |