diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 01:01:15 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 01:01:15 +0800 |
commit | fa933a53c7ec12be7e6f201d9ef3b149a53d1471 (patch) | |
tree | e2e517ddf44dbb76fed0f09ca4bc5e6b57259449 /x11-wm/sawfish/files/patch-configure | |
parent | 2e35a4f026ad6019b5c15650f66e3642c491f502 (diff) | |
download | marcuscom-ports-fa933a53c7ec12be7e6f201d9ef3b149a53d1471.tar.gz marcuscom-ports-fa933a53c7ec12be7e6f201d9ef3b149a53d1471.tar.zst marcuscom-ports-fa933a53c7ec12be7e6f201d9ef3b149a53d1471.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6641 df743ca5-7f9a-e211-a948-0013205c9059
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 |