mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
Submitted by: George Liaskos Security: http://www.vuxml.org/freebsd/5bae2ab4-0820-11e2-be5f-00262d5ed8ee.html
12 lines
324 B
Python
12 lines
324 B
Python
--- third_party/libXNVCtrl/libXNVCtrl.gyp.orig 2012-10-02 20:32:18.000000000 +0300
|
|
+++ third_party/libXNVCtrl/libXNVCtrl.gyp 2012-10-02 20:32:24.000000000 +0300
|
|
@@ -13,6 +13,9 @@
|
|
'NVCtrlLib.h',
|
|
'nv_control.h',
|
|
],
|
|
+ 'include_dirs': [
|
|
+ '<(prefix_dir)/include',
|
|
+ ],
|
|
},
|
|
],
|
|
}
|