aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mpv/Makefile
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2014-10-27 08:51:39 +0800
committergblach <gblach@FreeBSD.org>2014-10-27 08:51:39 +0800
commit75ceb7a6446a3bafe32b7c5417758c0c01d7c91f (patch)
treebca5110d9c863bc88fc1d2e5354149b594e1de68 /multimedia/mpv/Makefile
parent226411301177ec2bfe15383f31a22ec1ef1e1a54 (diff)
downloadfreebsd-ports-gnome-75ceb7a6446a3bafe32b7c5417758c0c01d7c91f.tar.gz
freebsd-ports-gnome-75ceb7a6446a3bafe32b7c5417758c0c01d7c91f.tar.zst
freebsd-ports-gnome-75ceb7a6446a3bafe32b7c5417758c0c01d7c91f.zip
Disable -O2 from vendor
PR: 194408 Submitted by: Jan Beich (jbeich <at> vfemail <dot> net)
Diffstat (limited to 'multimedia/mpv/Makefile')
-rw-r--r--multimedia/mpv/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile
index 933f4de2119f..0f7be7f91d5f 100644
--- a/multimedia/mpv/Makefile
+++ b/multimedia/mpv/Makefile
@@ -39,6 +39,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --prefix=${PREFIX} \
--mandir=${MANPREFIX}/man \
--disable-debug-build \
+ --disable-optimize \
--enable-libmpv-shared \
--disable-mpg123 \
--disable-alsa \