Workaround a hopefully transient linker problem on head

PR:		234845
Reported by:	glebius
This commit is contained in:
Thomas Zander
2019-01-19 17:45:14 +00:00
parent 5ebe8e567a
commit 6ca9b7a0a7
3 changed files with 6 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
PORTNAME= mencoder
PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
PORTREVISION= 1
CATEGORIES= multimedia audio
MAINTAINER= riggs@FreeBSD.org

View File

@@ -3,6 +3,7 @@
PORTNAME= mplayer
PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
PORTREVISION= 1
CATEGORIES= multimedia audio
MAINTAINER= riggs@FreeBSD.org

View File

@@ -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
# =================================