vxl: remove obsolete patch

-17
-2
pkgs/development/libraries/vxl/default.nix
··· 22 23 enableParallelBuilding = true; 24 25 - patches = [ ./gcc5.patch ]; 26 - 27 meta = { 28 description = "C++ Libraries for Computer Vision Research and Implementation"; 29 homepage = http://vxl.sourceforge.net/;
··· 22 23 enableParallelBuilding = true; 24 25 meta = { 26 description = "C++ Libraries for Computer Vision Research and Implementation"; 27 homepage = http://vxl.sourceforge.net/;
-15
pkgs/development/libraries/vxl/gcc5.patch
··· 1 - https://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20150216/1511118.html 2 - 3 - --- vxl-git4e07960/vcl/vcl_compiler.h~ 2012-11-02 12:08:21.000000000 +0100 4 - +++ vxl-git4e07960/vcl/vcl_compiler.h 2015-02-15 13:50:46.376329878 +0100 5 - @@ -119,6 +119,10 @@ 6 - # else 7 - # define VCL_GCC_40 8 - # endif 9 - +# elif (__GNUC__== 5) 10 - +// pretend GCC 5 to be GCC 4 11 - +# define VCL_GCC_4 12 - +# define VCL_GCC_41 13 - # else 14 - # error "Dunno about this gcc" 15 - # endif
···