diff options
Diffstat (limited to 'www/chromium/files/patch-third_party__libexif__libexif.gyp')
-rw-r--r-- | www/chromium/files/patch-third_party__libexif__libexif.gyp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chromium/files/patch-third_party__libexif__libexif.gyp b/www/chromium/files/patch-third_party__libexif__libexif.gyp new file mode 100644 index 000000000000..7276998e3d65 --- /dev/null +++ b/www/chromium/files/patch-third_party__libexif__libexif.gyp @@ -0,0 +1,14 @@ +--- ./third_party/libexif/libexif.gyp.orig 2014-07-15 21:03:04.000000000 +0200 ++++ ./third_party/libexif/libexif.gyp 2014-08-11 15:06:34.000000000 +0200 +@@ -5,9 +5,9 @@ + { + 'variables': { + 'conditions': [ +- ['OS == "linux" and chromeos==0', { ++ ['(OS == "linux" or OS == "freebsd") and chromeos==0', { + 'use_system_libexif%': 1, +- }, { # OS != "linux" and chromeos==0 ++ }, { # (OS != "linux" and OS != "freebsd") or chromeos==0 + 'use_system_libexif%': 0, + }], + ], |