summaryrefslogtreecommitdiff
path: root/multimedia/toxine/files
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/toxine/files')
-rw-r--r--multimedia/toxine/files/patch-configure35
-rw-r--r--multimedia/toxine/files/patch-src__main.c13
-rw-r--r--multimedia/toxine/files/patch-src__plugins__vo_caca.c12
3 files changed, 0 insertions, 60 deletions
diff --git a/multimedia/toxine/files/patch-configure b/multimedia/toxine/files/patch-configure
deleted file mode 100644
index 4510b9f9d78a..000000000000
--- a/multimedia/toxine/files/patch-configure
+++ /dev/null
@@ -1,35 +0,0 @@
---- configure.orig Thu May 6 18:22:57 2004
-+++ configure Fri Mar 23 00:19:27 2007
-@@ -7496,7 +7496,7 @@
- ;;
-
- freebsd*)
-- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
-+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
- version_type=freebsd-$objformat
- case $version_type in
- freebsd-elf*)
-@@ -9071,10 +9071,10 @@
-
-
- # This can be used to rebuild libtool when needed
--LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+LIBTOOL_DEPS=" /usr/local/share/libtool/ltmain.sh"
-
- # Always use our own libtool.
--LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-+LIBTOOL='$(SHELL) /usr/local/bin/libtool'
-
- # Prevent multiple expansion
-
-@@ -13267,10 +13267,6 @@
- DEBUG_CFLAGS="$DEBUG_CFLAGS -O3"
- ;;
-
-- *)
-- echo "Host type '$host' ($host_alias) is currently not supported by xine"
-- exit 1
-- ;;
- esac
-
- CFLAGS="$CFLAGS $COMMON_CFLAGS $ALSA_CFLAGS $ESD_CFLAGS"
diff --git a/multimedia/toxine/files/patch-src__main.c b/multimedia/toxine/files/patch-src__main.c
deleted file mode 100644
index 59b5b922868b..000000000000
--- a/multimedia/toxine/files/patch-src__main.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/main.c.orig Mon Apr 12 12:55:02 2004
-+++ src/main.c Thu Mar 22 19:00:30 2007
-@@ -127,8 +127,8 @@
- }
-
- toxine_free(tox->configfile);
-- toxine_free((char *)tox->video.name);
-- toxine_free((char *)tox->audio.name);
-+ toxine_free(tox->video.name);
-+ toxine_free(tox->audio.name);
- toxine_free(tox->command.line);
- toxine_free(tox->command.remain);
- toxine_free(tox->command.command);
diff --git a/multimedia/toxine/files/patch-src__plugins__vo_caca.c b/multimedia/toxine/files/patch-src__plugins__vo_caca.c
deleted file mode 100644
index 4fd252d1e3c9..000000000000
--- a/multimedia/toxine/files/patch-src__plugins__vo_caca.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./src/plugins/vo_caca.c.orig Thu May 6 18:16:03 2004
-+++ ./src/plugins/vo_caca.c Sun Apr 15 16:26:25 2007
-@@ -27,6 +27,9 @@
- #include <unistd.h>
- #include <errno.h>
- #include <caca.h>
-+#ifdef CACA_API_VERSION_1
-+#include <caca0.h>
-+#endif
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>