diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-21 05:49:01 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-21 05:49:01 +0800 |
commit | 725defca395fd5d0eb87409656635072907addc7 (patch) | |
tree | dbdb9598905407009344bb33563e536089112d45 /x11 | |
parent | 6fb0b9a0c2377e71d2af46963e906167be00087c (diff) | |
download | marcuscom-ports-725defca395fd5d0eb87409656635072907addc7.tar marcuscom-ports-725defca395fd5d0eb87409656635072907addc7.tar.gz marcuscom-ports-725defca395fd5d0eb87409656635072907addc7.tar.bz2 marcuscom-ports-725defca395fd5d0eb87409656635072907addc7.tar.lz marcuscom-ports-725defca395fd5d0eb87409656635072907addc7.tar.xz marcuscom-ports-725defca395fd5d0eb87409656635072907addc7.tar.zst marcuscom-ports-725defca395fd5d0eb87409656635072907addc7.zip |
Do not require gconf-sanity-check-2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10197 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-session/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gnome-session/files/patch-configure b/x11/gnome-session/files/patch-configure new file mode 100644 index 000000000..6afc1402e --- /dev/null +++ b/x11/gnome-session/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2008-01-20 16:44:07.000000000 -0500 ++++ configure 2008-01-20 16:46:04.000000000 -0500 +@@ -21575,7 +21575,7 @@ if test x"$GCONF_SERVERDIR" != x; then + fi + + # Extract the first word of "gconf-sanity-check-2", so it can be a program name with args. +-set dummy gconf-sanity-check-2; ac_word=$2 ++set dummy true; ac_word=$2 + { echo "$as_me:$LINENO: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } + if test "${ac_cv_path_GCONF_SANITY_CHECK+set}" = set; then |