summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2019-01-19 17:45:14 +0000
committerThomas Zander <riggs@FreeBSD.org>2019-01-19 17:45:14 +0000
commit6ca9b7a0a7b885e98c453edf2d1b0b032dcd914c (patch)
tree779dff72aaa748695aa27c27e881a0d4f35a9296 /multimedia
parentUpdate to 5.0.2 (diff)
Workaround a hopefully transient linker problem on head
PR: 234845 Reported by: glebius
Notes
Notes: svn path=/head/; revision=490727
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mencoder/Makefile1
-rw-r--r--multimedia/mplayer/Makefile1
-rw-r--r--multimedia/mplayer/Makefile.options4
3 files changed, 6 insertions, 0 deletions
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile
index 025ef56e2e16..3381be65e938 100644
--- a/multimedia/mencoder/Makefile
+++ b/multimedia/mencoder/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mencoder
PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
+PORTREVISION= 1
CATEGORIES= multimedia audio
MAINTAINER= riggs@FreeBSD.org
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 9aa2b1f97b0a..17a56abbd972 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mplayer
PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
+PORTREVISION= 1
CATEGORIES= multimedia audio
MAINTAINER= riggs@FreeBSD.org
diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options
index dd223b65618c..55a8d6351969 100644
--- a/multimedia/mplayer/Makefile.options
+++ b/multimedia/mplayer/Makefile.options
@@ -53,6 +53,10 @@ CFLAGS_armv7+= -no-integrated-as
LDFLAGS_i386+= -Wl,-z,notext
+.if ${OSVERSION} >= 1300000 #Hopefully transient linker issue on head
+LLD_UNSAFE= yes
+.endif
+
# Extra build options for debugging
# =================================