mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
Submitted by: George Liaskos Security: http://www.vuxml.org/freebsd/5bae2ab4-0820-11e2-be5f-00262d5ed8ee.html
21 lines
679 B
Python
21 lines
679 B
Python
--- third_party/libjpeg_turbo/libjpeg.gyp.orig 2012-09-25 16:03:33.000000000 +0300
|
|
+++ third_party/libjpeg_turbo/libjpeg.gyp 2012-09-29 18:07:42.000000000 +0300
|
|
@@ -231,7 +231,7 @@
|
|
],
|
|
},
|
|
}],
|
|
- [ 'OS=="linux" or (OS=="android" and target_arch!="arm")', {
|
|
+ [ 'OS=="linux" or OS=="freebsd" or (OS=="android" and target_arch!="arm")', {
|
|
'conditions': [
|
|
[ 'use_system_yasm==0', {
|
|
'dependencies': [
|
|
@@ -262,6 +262,9 @@
|
|
],
|
|
}],
|
|
],
|
|
+ 'include_dirs': [
|
|
+ '<(prefix_dir)/include',
|
|
+ ],
|
|
},
|
|
}],
|
|
],
|