diff options
Diffstat (limited to 'www-client/chromium/files/chromium-libgcrypt-r0.patch')
-rw-r--r-- | www-client/chromium/files/chromium-libgcrypt-r0.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-libgcrypt-r0.patch b/www-client/chromium/files/chromium-libgcrypt-r0.patch new file mode 100644 index 0000000..d75a06a --- /dev/null +++ b/www-client/chromium/files/chromium-libgcrypt-r0.patch @@ -0,0 +1,11 @@ +--- build/linux/system.gyp.orig 2011-06-28 07:58:51.000000000 +0000 ++++ build/linux/system.gyp 2011-06-28 08:00:05.000000000 +0000 +@@ -314,7 +314,7 @@ + 'target_name': 'libgcrypt', + 'type': 'settings', + 'conditions': [ +- ['_toolset=="target"', { ++ ['_toolset=="target" and use_cups==1', { + 'direct_dependent_settings': { + 'cflags': [ + '<!@(libgcrypt-config --cflags)', |