mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
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>
11 lines
329 B
Text
11 lines
329 B
Text
--- third_party/systemlibs/swig.BUILD.orig 2019-07-13 11:28:32.539254000 +0100
|
|
+++ third_party/systemlibs/swig.BUILD 2019-07-13 11:28:47.485432000 +0100
|
|
@@ -13,7 +13,7 @@
|
|
genrule(
|
|
name = "lnswiglink",
|
|
outs = ["swiglink"],
|
|
- cmd = "ln -s $$(which swig) $@",
|
|
+ cmd = "ln -s $$(which swig3.0) $@",
|
|
)
|
|
|
|
sh_binary(
|