diff options
Diffstat (limited to 'devel/subcommander2/files/patch-configure')
-rw-r--r-- | devel/subcommander2/files/patch-configure | 43 |
1 files changed, 39 insertions, 4 deletions
diff --git a/devel/subcommander2/files/patch-configure b/devel/subcommander2/files/patch-configure index 638970fc6df4..3e9b0a12d9b2 100644 --- a/devel/subcommander2/files/patch-configure +++ b/devel/subcommander2/files/patch-configure @@ -1,6 +1,41 @@ ---- configure.orig 2008-08-24 15:30:09.000000000 -0400 -+++ configure 2008-08-25 13:56:04.000000000 -0400 -@@ -6687,7 +6687,7 @@ +--- configure.orig 2009-09-20 05:28:22.000000000 -0400 ++++ configure 2009-09-20 14:16:07.000000000 -0400 +@@ -4867,9 +4867,9 @@ + goodsvn="bad"; + elif test $SVN_MAJOR -eq 1 -a $SVN_MINOR -le 3; then + goodsvn="bad"; +-elif test x$SVN_VERSION == x1.4.4; then ++elif test x$SVN_VERSION = x1.4.4; then + goodsvn="bad"; +-elif test x$SVN_VERSION == x1.5.0; then ++elif test x$SVN_VERSION = x1.5.0; then + goodsvn="bad"; + fi + +@@ -4878,7 +4878,7 @@ + if test $SVN_MAJOR -ge 1; then + + SVN_LIBS_ALL="$SVN_LIBS -lsvn_client-1 -lsvn_wc-1 -lsvn_repos-1" +- SVN_LIBS_ALL="$SVN_LIBS_ALL -lsvn_ra-1 -lsvn_ra_svn-1 -lsvn_ra_local-1" ++ SVN_LIBS_ALL="$SVN_LIBS_ALL -lsvn_ra-1 -lsvn_ra_local-1" + SVN_LIBS_ALL="$SVN_LIBS_ALL -lsvn_fs-1 -lsvn_fs_fs-1" + SVN_LIBS_ALL="$SVN_LIBS_ALL -lsvn_delta-1 -lsvn_diff-1" + SVN_LIBS_ALL="$SVN_LIBS_ALL -lsvn_subr-1" +@@ -4897,7 +4897,7 @@ + + fi + +-if test x$goodsvn == xok; then ++if test x$goodsvn = xok; then + { echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6; } + { echo "$as_me:$LINENO: result: headers $SVN_INCLUDES" >&5 +@@ -6815,11 +6815,11 @@ + + QT_BIN="$qt_path/bin" + QT_PATH="$qt_path" +- QT_LIBPATH="$qt_path/lib" ++ QT_LIBPATH="$qt_path/lib/qt4" # extract version numbers of qt @@ -9,7 +44,7 @@ QT_MAJOR=`echo $QT_VERSION | sed "s/\(.*\)[.].*[.].*/\1/"` QT_MINOR=`echo $QT_VERSION | sed "s/.*[.]\(.*\)[.].*/\1/"` -@@ -6715,7 +6715,7 @@ +@@ -6849,7 +6849,7 @@ *) # any other Unix platform directly link with the libs |