aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third_party__libexif__libexif.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-third_party__libexif__libexif.gyp')
-rw-r--r--www/chromium/files/patch-third_party__libexif__libexif.gyp14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/chromium/files/patch-third_party__libexif__libexif.gyp b/www/chromium/files/patch-third_party__libexif__libexif.gyp
deleted file mode 100644
index a820bf7e79c5..000000000000
--- a/www/chromium/files/patch-third_party__libexif__libexif.gyp
+++ /dev/null
@@ -1,14 +0,0 @@
---- third_party/libexif/libexif.gyp.orig 2014-10-10 08:54:17 UTC
-+++ third_party/libexif/libexif.gyp
-@@ -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,
- }],
- ],