Index: graphics/darktable/files/patch-src__common__darktable.c =================================================================== --- graphics/darktable/files/patch-src__common__darktable.c (revision 0) +++ graphics/darktable/files/patch-src__common__darktable.c (working copy) @@ -0,0 +1,11 @@ +--- src/common/darktable.c.orig 2015-06-07 11:40:16.000000000 +0200 ++++ src/common/darktable.c 2015-08-23 15:24:46.853488000 +0200 +@@ -403,7 +403,7 @@ int dt_init(int argc, char *argv[], cons + #else + int sse3_supported = 0; + +-#if(__GNUC_PREREQ(4, 8) || __has_builtin(__builtin_cpu_supports)) ++#if __GNUC_PREREQ(4, 8) + // NOTE: _may_i_use_cpu_feature() looks better, but only avaliable in ICC + sse3_supported = __builtin_cpu_supports("sse3"); + #else Property changes on: graphics/darktable/files/patch-src__common__darktable.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property