1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Patch out the check for arch from configure script, the software works

Submitted by:	Alejandro Pulver <alejandro@varnet.biz> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-07-13 20:59:19 +00:00
parent ce2a7986b8
commit db16029e3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139132
2 changed files with 13 additions and 3 deletions

View File

@ -16,9 +16,6 @@ COMMENT= Text user interface using the xine library
LIB_DEPENDS= xine.13:${PORTSDIR}/multimedia/libxine
# configure rejects amd64
ONLY_FOR_ARCHS= i386
USE_X_PREFIX= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes

View File

@ -0,0 +1,13 @@
--- 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"