openbsd-ports/www/chromium/patches/patch-third_party_iccjpeg_iccjpeg_gyp
robert a52e8efd8d - update to 26.0.1410.43
- switch chromium to use clang/llvm instead of gcc
- switch back to the internal libvpx because it's an unreleased version
  at this point
- re-enable SSE2 support
2013-04-03 08:19:10 +00:00

18 lines
552 B
Plaintext

$OpenBSD: patch-third_party_iccjpeg_iccjpeg_gyp,v 1.4 2013/04/03 08:19:10 robert Exp $
--- third_party/iccjpeg/iccjpeg.gyp.orig.port Fri Mar 22 02:13:38 2013
+++ third_party/iccjpeg/iccjpeg.gyp Tue Apr 2 21:05:17 2013
@@ -14,6 +14,13 @@
'iccjpeg.c',
'iccjpeg.h',
],
+ 'conditions': [
+ ['OS=="openbsd" and use_system_libjpeg==1', {
+ 'include_dirs': [
+ '/usr/local/include',
+ ],
+ }],
+ ],
'direct_dependent_settings': {
'include_dirs': [
'.',