ports/science/py-tensorflow/files/patch-third__party_systemlibs_protobuf.bzl
Yuri Victorovich 069ecdaf12 Re-add science/py-tensorflow: Computation using data flow graphs for scalable machine learning
Many thanks to Anthony who was highly persistent and skillful in getting the Tensorflow build on FreeBSD!

PR:		226400
Submitted by:	Anthony <amzo1337@gmail.com>
2019-08-06 15:28:01 +00:00

11 lines
449 B
Python

--- third_party/systemlibs/protobuf.bzl.orig 2019-07-26 12:28:57.790848000 +0100
+++ third_party/systemlibs/protobuf.bzl 2019-07-26 12:29:42.978059000 +0100
@@ -76,7 +76,7 @@
source_dir = _SourceDir(ctx)
gen_dir = _GenDir(ctx)
if source_dir:
- import_flags = ["-I" + source_dir, "-I" + gen_dir]
+ import_flags = ["-I%%LOCALBASE%%/include", "-I" + source_dir, "-I" + gen_dir]
else:
import_flags = ["-I."]