mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
PR: 270411 Submitted by: Ivan <ivan@drm.su>, Matthieu Volat <mazhe@alkumuna.eu> Approved by: portmgr (unbreak)
10 lines
398 B
Text
10 lines
398 B
Text
--- tensorflow/java/BUILD.orig 2023-03-30 17:51:23.641040000 +0200
|
|
+++ tensorflow/java/BUILD 2023-03-30 17:51:34.802406000 +0200
|
|
@@ -446,6 +446,7 @@
|
|
"//tensorflow:windows": [],
|
|
"//conditions:default": [
|
|
"-z defs",
|
|
+ "-Wl,--undefined-version",
|
|
"-s",
|
|
"-Wl,--version-script,$(location {})".format(LINKER_VERSION_SCRIPT),
|
|
],
|