diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 20:59:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 20:59:19 +0000 |
commit | db16029e3a3dd96834f76b8e2be8e2a8a288386d (patch) | |
tree | bba4918c14efd363cf4bd10cd4e77dc3af2a18c4 /multimedia | |
parent | ce2a7986b896986d36fb2b550cb83adb095b1d76 (diff) | |
download | ports-db16029e3a3dd96834f76b8e2be8e2a8a288386d.tar.gz ports-db16029e3a3dd96834f76b8e2be8e2a8a288386d.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/toxine/Makefile | 3 | ||||
-rw-r--r-- | multimedia/toxine/files/patch-configure | 13 |
2 files changed, 13 insertions, 3 deletions
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" |