Date: Mon, 25 Dec 2017 20:55:49 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457258 - head/multimedia/mpv/files Message-ID: <201712252055.vBPKtnDM083839@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Mon Dec 25 20:55:49 2017 New Revision: 457258 URL: https://svnweb.freebsd.org/changeset/ports/457258 Log: 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 Added: head/multimedia/mpv/files/patch-libmpv_mpv.def (contents, props changed) Added: head/multimedia/mpv/files/patch-libmpv_mpv.def ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/mpv/files/patch-libmpv_mpv.def Mon Dec 25 20:55:49 2017 (r457258) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712252055.vBPKtnDM083839>