1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

multimedia/mpv: Fix build on arm64

/usr/bin/ld: /wrkdirs/usr/ports/multimedia/mpv/work/mpv-0.27.0/build/mpv: local symbol `__progname' in /usr/lib/crt1.o is referenced by DSO
/usr/bin/ld: final link failed: Bad value
cc: error: linker command failed with exit code 1 (use -v to see invocation)

Reported by:	pkg-fallout
This commit is contained in:
Carlos J. Puga Medina 2017-12-25 20:55:49 +00:00
parent 936925e306
commit 281b3eae61
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457258

View File

@ -0,0 +1,15 @@
--- libmpv/mpv.def.orig 2017-12-25 20:44:17 UTC
+++ libmpv/mpv.def
@@ -1,3 +1,5 @@
+__progname
+environ
mpv_client_api_version
mpv_client_name
mpv_command
@@ -43,4 +45,4 @@ mpv_terminate_destroy
mpv_unobserve_property
mpv_wait_async_requests
mpv_wait_event
-mpv_wakeup
\ No newline at end of file
+mpv_wakeup