summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-11-06 00:47:34 +0000
committerwiz <wiz@pkgsrc.org>2004-11-06 00:47:34 +0000
commit2a65b48bea256db5144c7508999dd4fac3959f42 (patch)
tree52d4d40a90275b8a15ae9d85485a507b00bae808 /multimedia/mplayer-share/patches
parent8a4c68795c57abc97653248a9d5bead4bdb41f64 (diff)
downloadpkgsrc-2a65b48bea256db5144c7508999dd4fac3959f42.tar.gz
Fix faad2 test in configure script on -current;
based on PR 26412 by Tom Spindler. Bump PKGREVISION on all affected packages.
Diffstat (limited to 'multimedia/mplayer-share/patches')
-rw-r--r--multimedia/mplayer-share/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/mplayer-share/patches/patch-ac b/multimedia/mplayer-share/patches/patch-ac
new file mode 100644
index 00000000000..bb939647285
--- /dev/null
+++ b/multimedia/mplayer-share/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2004/11/06 00:47:34 wiz Exp $
+
+--- libfaad2/common.h.orig 2004-06-23 15:50:49.000000000 +0200
++++ libfaad2/common.h
+@@ -337,7 +337,7 @@ char *strchr(), *strrchr();
+ #elif (defined(__i386__) && defined(__GNUC__)) && !defined(__MINGW32__)
+ #define HAS_LRINTF
+ // from http://www.stereopsis.com/FPU.html
+- static INLINE int lrintf(float f)
++ static INLINE long int lrintf(float f)
+ {
+ int i;
+ __asm__ __volatile__ (