aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplayer/Makefile.options
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-02-02 08:42:05 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-02-02 08:42:05 +0000
commitd1e19975c6307527a22ee5bf2e113aa6b1f2d9b5 (patch)
treeeeb709ba30473f0fccb0f2ef75ebfc6de27edcc5 /multimedia/mplayer/Makefile.options
parentd38db057de979142e31e4cd68cf3286c1dd96f69 (diff)
downloadports-d1e19975c6307527a22ee5bf2e113aa6b1f2d9b5.tar.gz
ports-d1e19975c6307527a22ee5bf2e113aa6b1f2d9b5.zip
- Fix build if OSVERSION < 802502
- Update MASTER_SITES PR: ports/164580 Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> maintainer Approved by: gabor (mentor)
Notes
Notes: svn path=/head/; revision=290279
Diffstat (limited to 'multimedia/mplayer/Makefile.options')
-rw-r--r--multimedia/mplayer/Makefile.options4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options
index 80bb5f7ae7e0..5262d3a6880b 100644
--- a/multimedia/mplayer/Makefile.options
+++ b/multimedia/mplayer/Makefile.options
@@ -29,6 +29,10 @@
# Enables language support bg, cz, de, dk, en, es, fr, gr, hu, it, ko, nl, no, pl, pt_BR, ro, ru, sk, tr, uk, zh
#
+.if ${OSVERSION} < 802502
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-base_system_log2f
+.endif
+
.if defined(WITH_LANG)
CONFIGURE_ARGS+=--language=${WITH_LANG}
.endif