]> git.pld-linux.org Git - packages/opencv.git/blob - opencv-cflags.patch
1ae421505a66eaa26363892d7901b80cb63a062e
[packages/opencv.git] / opencv-cflags.patch
1 --- opencv-2.4.11/cmake/OpenCVCompilerOptions.cmake~    2015-05-19 11:39:16.000000000 +0300
2 +++ opencv-2.4.11/cmake/OpenCVCompilerOptions.cmake     2015-05-19 11:47:57.851517663 +0300
3 @@ -47,6 +47,8 @@
4    endif()
5  endmacro()
6  
7 +add_extra_compiler_option(-D__STDC_CONSTANT_MACROS)
8 +
9  if(MINGW)
10    # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40838
11    # here we are trying to workaround the problem
12 @@ -110,10 +110,6 @@
13      add_extra_compiler_option(-Werror)
14    endif()
15  
16 -  if(X86 AND NOT MINGW64 AND NOT X86_64 AND NOT APPLE)
17 -    add_extra_compiler_option(-march=i686)
18 -  endif()
19 -
20    if(APPLE)
21      add_extra_compiler_option(-Wno-semicolon-before-method-body)
22    endif()
This page took 0.039145 seconds and 2 git commands to generate.