Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
isv:ownCloud:toolchains:mingw:win32:2.1
mingw32-libwebp
libwebp-0.3.0-windows.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libwebp-0.3.0-windows.patch of Package mingw32-libwebp
--- libwebp-0.3.0/configure.ac 2013-03-29 23:55:16.000000000 +0100 +++ libwebp-0.3.0/configure.ac 2013-04-18 22:17:11.536478696 +0200 @@ -1,7 +1,7 @@ AC_INIT([libwebp], [0.3.0], [http://code.google.com/p/webp/issues],, [http://developers.google.com/speed/webp]) -AC_CANONICAL_TARGET +AC_CANONICAL_HOST AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) AC_PROG_LIBTOOL AM_PROG_CC_C_O @@ -32,7 +32,7 @@ AS_HELP_STRING([--disable-threading], [Disable detection of thread support]),, [enable_threading=yes]) -if test "$enable_threading" = "yes"; then +if test "$enable_threading" = "yes" -a "$host_os" != "mingw32"; then AC_MSG_NOTICE([checking for threading support...]) AX_PTHREAD([AC_DEFINE([WEBP_USE_THREAD], [1], [Undefine this to disable thread support.]) @@ -183,7 +183,7 @@ dnl === check for WIC support === -if test "$target_os" = "mingw32"; then +if test "$host_os" = "mingw32"; then AC_CHECK_HEADERS([wincodec.h shlwapi.h windows.h]) if test "$ac_cv_header_wincodec_h" = "yes"; then AC_MSG_CHECKING(for Windows Imaging Component support)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor