aboutsummaryrefslogtreecommitdiffstats
path: root/community/rawtherapee/gcc6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/rawtherapee/gcc6.patch')
-rw-r--r--community/rawtherapee/gcc6.patch11
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 ){