diff options
Diffstat (limited to 'audio/xmms-mad/files')
-rw-r--r-- | audio/xmms-mad/files/patch-config::ltmain.sh | 16 | ||||
-rw-r--r-- | audio/xmms-mad/files/patch-src::input.c | 13 |
2 files changed, 29 insertions, 0 deletions
diff --git a/audio/xmms-mad/files/patch-config::ltmain.sh b/audio/xmms-mad/files/patch-config::ltmain.sh new file mode 100644 index 0000000..f002aeb --- /dev/null +++ b/audio/xmms-mad/files/patch-config::ltmain.sh @@ -0,0 +1,16 @@ +--- config/ltmain.sh.orig Mon Sep 2 23:58:38 2002 ++++ config/ltmain.sh Mon Sep 2 23:59:23 2002 +@@ -4246,11 +4246,13 @@ + IFS="$save_ifs" + fi + ++ if /usr/bin/false; then + # Install the pseudo-library for information purposes. + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/audio/xmms-mad/files/patch-src::input.c b/audio/xmms-mad/files/patch-src::input.c new file mode 100644 index 0000000..f17277c --- /dev/null +++ b/audio/xmms-mad/files/patch-src::input.c @@ -0,0 +1,13 @@ +--- src/input.c.orig Sat Aug 31 02:39:43 2002 ++++ src/input.c Sat Aug 31 02:41:14 2002 +@@ -20,6 +20,10 @@ + */ + #include "config.h" + ++#ifdef HAVE_SYS_TYPES_H ++#include <sys/types.h> ++#endif /* HAVE_SYS_TYPES_H */ ++ + #ifdef HAVE_ASSERT_H + #include <assert.h> + #endif /* HAVE_ASSERT_H */ |