diff --git a/multimedia/toxine/Makefile b/multimedia/toxine/Makefile index caf9dfd85a46..df5edd3c8ddb 100644 --- a/multimedia/toxine/Makefile +++ b/multimedia/toxine/Makefile @@ -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 diff --git a/multimedia/toxine/files/patch-configure b/multimedia/toxine/files/patch-configure new file mode 100644 index 000000000000..8f7a84a55d0b --- /dev/null +++ b/multimedia/toxine/files/patch-configure @@ -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"