ooo-build r13265 - in branches/ooo-build-2-4-1: . patches/src680
- From: thorstenb svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r13265 - in branches/ooo-build-2-4-1: . patches/src680
- Date: Thu, 17 Jul 2008 10:08:47 +0000 (UTC)
Author: thorstenb
Date: Thu Jul 17 10:08:47 2008
New Revision: 13265
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13265&view=rev
Log:
* patches/src680/apply:
* patches/src680/config_office-vista-psdk-support.diff: detect
vista PSDK and set the crucial WINDOWS_VISTA_PSDK env var.
Added:
branches/ooo-build-2-4-1/patches/src680/config_office-vista-psdk-support.diff
Modified:
branches/ooo-build-2-4-1/ChangeLog
branches/ooo-build-2-4-1/patches/src680/apply
Modified: branches/ooo-build-2-4-1/patches/src680/apply
==============================================================================
--- branches/ooo-build-2-4-1/patches/src680/apply (original)
+++ branches/ooo-build-2-4-1/patches/src680/apply Thu Jul 17 10:08:47 2008
@@ -2480,3 +2480,5 @@
vcl-fix-randr-heapcorruption.diff, i#89718, n#398244, thorsten
# make fpicker depend on ucb (for odma headers)
fpicker-dependencies.diff, thorsten
+# backport from dev300 vq41
+config_office-vista-psdk-support.diff, thorsten
Added: branches/ooo-build-2-4-1/patches/src680/config_office-vista-psdk-support.diff
==============================================================================
--- (empty file)
+++ branches/ooo-build-2-4-1/patches/src680/config_office-vista-psdk-support.diff Thu Jul 17 10:08:47 2008
@@ -0,0 +1,34 @@
+--- config_office/configure.in 7 Mar 2008 16:56:35 -0000 1.252
++++ config_office/configure.in 25 Mar 2008 15:51:13 -0000 1.252.6.6
+@@ -4443,9 +4476,20 @@ are installed or use --with-psdk-home .]
+ -o ! -x "$PSDK_HOME/bin/msitran.exe" ; then
+ AC_MSG_ERROR([Some (all) files of the Windows Installer SDK are missing, please install.])
+ fi
+- AC_MSG_RESULT([PSDK files found ($PSDK_HOME)])
++ AC_MSG_RESULT([SDK files found ...)])
++dnl Check if this is the right SDK.
++ if echo $PSDK_HOME | grep "Windows/v6.1" >/dev/null 2>/dev/null; then
++ AC_MSG_RESULT([Found Windows SDK 6.1 ($PSDK_HOME)])
++ WINDOWS_VISTA_PSDK=TRUE
++ elif echo $PSDK_HOME | grep "Windows/v6.0" >/dev/null 2>/dev/null; then
++ AC_MSG_RESULT([Found Windows SDK 6.0 ($PSDK_HOME)])
++ WINDOWS_VISTA_PSDK=TRUE
++ else
++ AC_MSG_RESULT([Found Legacy Windows Platform SDK ($PSDK_HOME)])
++ fi
+ fi
+ AC_SUBST(PSDK_HOME)
++AC_SUBST(WINDOWS_VISTA_PSDK)
+
+ dnl =========================================
+ dnl Check for the Microsoft DirectX SDK.
+--- config_office/set_soenv.in 7 Mar 2008 16:56:50 -0000 1.178
++++ config_office/set_soenv.in 23 Mar 2008 13:49:34 -0000 1.178.10.2
+@@ -1784,6 +1786,7 @@ ToFile( "Variable values.", $empty,
+ if ( $platform =~ m/cygwin/ )
+ { ToFile( "CYGWIN_PATH", $CYGWIN_PATH, "e" );
+ ToFile( "PSDK_HOME", $PSDK_HOME, "e" );
++ ToFile( "WINDOWS_VISTA_PSDK","@WINDOWS_VISTA_PSDK@","e" );
+ ToFile( "DIRECTXSDK_LIB", $DIRECTXSDK_LIB, "e" );
+ ToFile( "USE_DIRECTX5", $USE_DIRECTX5, "e" );
+ ToFile( "ATL_LIB", $ATL_LIB, "e" );
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]