diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2019-02-24 17:57:36 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2019-02-24 17:57:36 +0000 |
commit | 196656c398147e4e2399b8f700b195b12c42c4e4 (patch) | |
tree | fe86609858add99d2e47e07096f83705c1853e71 /multimedia/mplayer | |
parent | 19b08e0928a46ae8a54a33d0ef961c388078c89d (diff) | |
download | ports-196656c398147e4e2399b8f700b195b12c42c4e4.tar.gz ports-196656c398147e4e2399b8f700b195b12c42c4e4.zip |
Notes
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile.common | 1 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile.options | 4 |
3 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 6e34f1d4fff6..62ced8b8ff83 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -3,7 +3,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org diff --git a/multimedia/mplayer/Makefile.common b/multimedia/mplayer/Makefile.common index 079e3db5e263..a666043795ad 100644 --- a/multimedia/mplayer/Makefile.common +++ b/multimedia/mplayer/Makefile.common @@ -72,3 +72,4 @@ common-post-patch: 's|/usr/\\:local/\\:etc/\\:mplayer|${DATADIR:S/\//\/\\\:/g}|g ; \ s|/dev/\\:(dvd[[:alnum:]]*[[:>:]])|${DEFAULT_DVD_DEVICE:S/dev\//dev\/\\\:/}|g ; \ s|/dev/\\:(cdrom[[:alnum:]]*[[:>:]])|${DEFAULT_CDROM_DEVICE:S/dev\//dev\/\\\:/}|g' + @${RM} ${WRKSRC}/binary.ver diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options index 55a8d6351969..dd223b65618c 100644 --- a/multimedia/mplayer/Makefile.options +++ b/multimedia/mplayer/Makefile.options @@ -53,10 +53,6 @@ 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 # ================================= |