diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-05-04 11:41:17 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-05-04 11:41:50 +0000 |
commit | d9ef8ec729115d79f860364e2e29381d96ebcd51 (patch) | |
tree | 714d53b81785e6b4a15099240f9ac77d783e62e5 /community/rawtherapee/gcc6.patch | |
parent | 682038d993d371b9cc6f80e61952c3ef125ece41 (diff) | |
download | aports-d9ef8ec729115d79f860364e2e29381d96ebcd51.tar.bz2 aports-d9ef8ec729115d79f860364e2e29381d96ebcd51.tar.xz |
community/rawtherapee: upgrade to 5.0-r1
Disable check()
Diffstat (limited to 'community/rawtherapee/gcc6.patch')
-rw-r--r-- | community/rawtherapee/gcc6.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/rawtherapee/gcc6.patch b/community/rawtherapee/gcc6.patch deleted file mode 100644 index b4ee6126a6..0000000000 --- a/community/rawtherapee/gcc6.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./rtexif/rtexif.h.orig -+++ ./rtexif/rtexif.h -@@ -410,7 +410,7 @@ - else - lensAperture = exp( log(a1)+(log(a2)-log(a1))/(log(f2)-log(f1))*(log(focalLength)-log(f1)) ); - -- dif = abs(lensAperture - maxApertureAtFocal); -+ dif = std::abs(lensAperture - maxApertureAtFocal); - }else - dif = 0; - if( dif < deltaMin ){ |