mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
- now use system tcmalloc Submitted by: George Liaskos Obtained from: Chromium development repository With hat: chromium@
12 lines
419 B
Python
12 lines
419 B
Python
--- third_party/libjpeg_turbo/libjpeg.gyp.orig 2011-09-10 20:12:17.000000000 +0300
|
|
+++ third_party/libjpeg_turbo/libjpeg.gyp 2011-09-10 20:11:50.000000000 +0300
|
|
@@ -255,6 +255,9 @@
|
|
'defines': [
|
|
'USE_SYSTEM_LIBJPEG',
|
|
],
|
|
+ 'include_dirs': [
|
|
+ '<(prefix_dir)/include',
|
|
+ ],
|
|
},
|
|
'link_settings': {
|
|
'libraries': [
|