aboutsummaryrefslogtreecommitdiffstats
path: root/community/rawtherapee/gcc6.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-05-04 11:41:17 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-05-04 11:41:50 +0000
commitd9ef8ec729115d79f860364e2e29381d96ebcd51 (patch)
tree714d53b81785e6b4a15099240f9ac77d783e62e5 /community/rawtherapee/gcc6.patch
parent682038d993d371b9cc6f80e61952c3ef125ece41 (diff)
downloadaports-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.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 ){