diff options
Diffstat (limited to 'third_party/iccjpeg')
-rw-r--r-- | third_party/iccjpeg/README.chromium | 2 | ||||
-rw-r--r-- | third_party/iccjpeg/iccjpeg.gyp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/third_party/iccjpeg/README.chromium b/third_party/iccjpeg/README.chromium index ca4fe95..4b72c55 100644 --- a/third_party/iccjpeg/README.chromium +++ b/third_party/iccjpeg/README.chromium @@ -13,6 +13,6 @@ in the file LICENSE. Documentation for ICC profile can be found at: http://www.color.org Local Modifications: -* On at least OpenBSD we might need to include to correct header file from +* On BSD platforms we might need to include to correct header file from the system, so a USE_SYSTEM_LIBJPEG ifdef is added to iccjpeg.h in order to be able to decide which jpeglib.h header to include. diff --git a/third_party/iccjpeg/iccjpeg.gyp b/third_party/iccjpeg/iccjpeg.gyp index beab243..25d25ed 100644 --- a/third_party/iccjpeg/iccjpeg.gyp +++ b/third_party/iccjpeg/iccjpeg.gyp @@ -15,7 +15,7 @@ 'iccjpeg.h', ], 'conditions': [ - ['OS=="openbsd" and use_system_libjpeg==1', { + ['os_bsd==1 and use_system_libjpeg==1', { 'include_dirs': [ '/usr/local/include', ], |