1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490727
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
# =================================