summaryrefslogtreecommitdiffstats
path: root/x11-wm/sawfish2/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/sawfish2/files/patch-configure')
-rw-r--r--x11-wm/sawfish2/files/patch-configure20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-wm/sawfish2/files/patch-configure b/x11-wm/sawfish2/files/patch-configure
deleted file mode 100644
index 0ab207a9c..000000000
--- a/x11-wm/sawfish2/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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