1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/multimedia/toxine/files/patch-configure
Pav Lucistnik db16029e3a - Patch out the check for arch from configure script, the software works
Submitted by:	Alejandro Pulver <alejandro@varnet.biz> (maintainer)
2005-07-13 20:59:19 +00:00

14 lines
327 B
Plaintext

--- configure.orig Thu May 6 18:22:57 2004
+++ configure Wed Jul 13 17:36:09 2005
@@ -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"