diff options
author | vs <vs@FreeBSD.org> | 2004-08-20 23:50:42 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-08-20 23:50:42 +0800 |
commit | e29aa3426e26c7825b92a474c8f2279248693dbe (patch) | |
tree | 329a6eebc70853519851245993ea1c4e63b6f962 /multimedia/mplayer | |
parent | 6ddb13cda18e55ee779ae3cb9a52586c6537ba12 (diff) | |
download | freebsd-ports-gnome-e29aa3426e26c7825b92a474c8f2279248693dbe.tar.gz freebsd-ports-gnome-e29aa3426e26c7825b92a474c8f2279248693dbe.tar.zst freebsd-ports-gnome-e29aa3426e26c7825b92a474c8f2279248693dbe.zip |
Hopefully fix build on -CURRENT.
PR: ports/70613
Submitted by: Eygene A. Ryabinkin
Approved by: maintainer
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/files/extra-patch-gcc34 | 11 |
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 */ |