diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-03 03:17:55 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-03 03:17:55 +0000 |
commit | 136185019b9ed9f431ed8ca2c373fa2a28cc7dad (patch) | |
tree | 03d4ae9478fa313e260e396b2acb3d751aa06166 /audio/xmms-mad/files | |
parent | b9ff5234b278e2c336a3e477f772c38288f4fe79 (diff) | |
download | FreeBSD-ports-136185019b9ed9f431ed8ca2c373fa2a28cc7dad.zip FreeBSD-ports-136185019b9ed9f431ed8ca2c373fa2a28cc7dad.tar.gz |
New port xmms-mad version 0.1.1: A XMMS input plugin that uses
libmad
Submitted by: David Yeske <dyeske@yahoo.com>
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 */ |