Index: head/graphics/darktable/files/patch-src_common_darktable.c =================================================================== --- head/graphics/darktable/files/patch-src_common_darktable.c (nonexistent) +++ head/graphics/darktable/files/patch-src_common_darktable.c (revision 395381) @@ -0,0 +1,11 @@ +--- src/common/darktable.c.orig 2015-07-26 11:47:47 UTC ++++ src/common/darktable.c +@@ -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) || (!defined(__FreeBSD__) && __has_builtin(__builtin_cpu_supports))) + // NOTE: _may_i_use_cpu_feature() looks better, but only avaliable in ICC + sse3_supported = __builtin_cpu_supports("sse3"); + #else Property changes on: head/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