opnsense-ports/lang/phantomjs/files/patch-build.py
Franco Fichtner 54a51c4f83 */*: sync with upstream
Taken from: FreeBSD
2017-01-30 07:39:03 +01:00

16 lines
359 B
Python

--- build.py.orig 2016-01-24 18:24:05 UTC
+++ build.py
@@ -56,6 +56,13 @@ openssl_search_paths = [{
"-I/opt/local/include",
"-L/opt/local/lib"
]
+}, {
+ "name": "freebsd",
+ "header": "/usr/local/include/openssl/opensslv.h",
+ "flags": [
+ "-I/usr/local/include",
+ "-L/usr/local/lib"
+ ]
}]
# check if path points to an executable