diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 07:05:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 07:05:18 +0000 |
commit | e834e63cac531eed700604cb897b53acc3cf9f71 (patch) | |
tree | d7d743bfcfe263cc990b36810491b7d717d01916 /libxslt | |
parent | 4b90c565e7114a1006b6d5ff03c9555a4b3df99a (diff) |
CWS-TOOLING: integrate CWS mingwport15
Diffstat (limited to 'libxslt')
-rw-r--r-- | libxslt/libxslt-1.1.24.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libxslt/libxslt-1.1.24.patch b/libxslt/libxslt-1.1.24.patch index d5075803cba1..f30773fe7cef 100644 --- a/libxslt/libxslt-1.1.24.patch +++ b/libxslt/libxslt-1.1.24.patch @@ -57,3 +57,23 @@ if test "$includedir" != "/usr/include"; then the_flags="$the_flags -I$includedir `@XML_CONFIG@ --cflags`" else +--- misc/libxslt-1.1.24/configure 2008-05-14 00:40:54.000000000 +0900 ++++ misc/build/libxslt-1.1.24/configure 2008-07-17 22:12:38.097000000 +0900 +@@ -5730,7 +5730,7 @@ + + cygwin*) + # func_win32_libid is a shell function defined in ltmain.sh +- lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' ++ lt_cv_deplibs_check_method='file_magic ^x86 archive|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + ;; + +@@ -5739,7 +5739,7 @@ + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + if ( file / ) >/dev/null 2>&1; then +- lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' ++ lt_cv_deplibs_check_method='file_magic ^x86 archive|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' |