18 lines
547 B
Plaintext
18 lines
547 B
Plaintext
$OpenBSD: patch-third_party_iccjpeg_iccjpeg_gyp,v 1.3 2012/10/12 16:46:10 robert Exp $
|
|
--- third_party/iccjpeg/iccjpeg.gyp.orig Tue Sep 25 15:01:53 2012
|
|
+++ third_party/iccjpeg/iccjpeg.gyp Wed Oct 10 17:19:29 2012
|
|
@@ -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': [
|
|
'.',
|