diff options
author | Edward Hervey <bilboed@bilboed.com> | 2014-09-08 15:18:36 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2014-09-08 15:18:36 +0200 |
commit | d1d2609f37e985c0c495331b4a340217787bfe03 (patch) | |
tree | 241e7d6c8de4cd3d9bf8a4c379ab489b2c53cf05 /recipes/libjpeg-turbo.recipe | |
parent | 16cdf4daebdd3823c4642d6cbdd77f19786c7102 (diff) |
recipes: Fix libjpeg-turbo build with cygwin/msys
INT32 is already defined in a standard header
Diffstat (limited to 'recipes/libjpeg-turbo.recipe')
-rw-r--r-- | recipes/libjpeg-turbo.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libjpeg-turbo.recipe b/recipes/libjpeg-turbo.recipe index d7a328fe..b33868e0 100644 --- a/recipes/libjpeg-turbo.recipe +++ b/recipes/libjpeg-turbo.recipe @@ -11,6 +11,7 @@ class Recipe(recipe.Recipe): configure_options = " --with-jpeg8" autoreconf = True url = 'http://downloads.sourceforge.net/project/libjpeg-turbo/1.3.1/libjpeg-turbo-1.3.1.tar.gz' + patches = ['libjpeg-turbo/0001-jmorecfg-Fix-INT32-re-definition-with-w32api.patch'] files_libs = ['libjpeg','libturbojpeg'] files_devel = ['include/jpeglib.h', 'include/jerror.h', 'include/jconfig.h', |