mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
PR: 270411 Submitted by: Ivan <ivan@drm.su>, Matthieu Volat <mazhe@alkumuna.eu> Approved by: portmgr (unbreak)
10 lines
405 B
Text
10 lines
405 B
Text
--- tensorflow/lite/BUILD.orig 2023-03-30 18:04:54.206396000 +0200
|
|
+++ tensorflow/lite/BUILD 2023-03-30 18:04:24.422539000 +0200
|
|
@@ -1204,6 +1204,7 @@
|
|
"//tensorflow:windows": [],
|
|
"//conditions:default": [
|
|
"-Wl,-z,defs",
|
|
+ "-Wl,--undefined-version",
|
|
"-Wl,--version-script,$(location //tensorflow/lite:tflite_version_script.lds)",
|
|
],
|
|
}),
|