aboutsummaryrefslogtreecommitdiff
path: root/multimedia/toxine/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/toxine/files/patch-configure')
-rw-r--r--multimedia/toxine/files/patch-configure35
1 files changed, 0 insertions, 35 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"