summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-08-20 15:50:42 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-08-20 15:50:42 +0000
commit86ec49024e1b03ab1929392d23f70c1f1120fc21 (patch)
treea737739ce71ea27db89ec2755788d9c4dc15ddcd
parent- Remove emulators/vmware_xf4mod. (diff)
Hopefully fix build on -CURRENT.
PR: ports/70613 Submitted by: Eygene A. Ryabinkin Approved by: maintainer
-rw-r--r--multimedia/mplayer/files/extra-patch-gcc3411
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mplayer/files/extra-patch-gcc34 b/multimedia/mplayer/files/extra-patch-gcc34
index cdebe2aa31f6..8d92957635d3 100644
--- a/multimedia/mplayer/files/extra-patch-gcc34
+++ b/multimedia/mplayer/files/extra-patch-gcc34
@@ -136,3 +136,14 @@
#ifdef USE_LIBAVCODEC
+--- libavcodec/dsputil.h.orig Thu Jul 15 02:18:47 2004
++++ libavcodec/dsputil.h Thu Aug 19 23:11:22 2004
+@@ -554,7 +554,7 @@
+ return score;\
+ }
+
+-#ifndef HAVE_LRINTF
++#if !defined(HAVE_LRINTF) && !defined(__FreeBSD__)
+ /* XXX: add ISOC specific test to avoid specific BSD testing. */
+ /* better than nothing implementation. */
+ /* btw, rintf() is existing on fbsd too -- alex */