From 6092f5728d3c2c3241dbff386418f93db9b9518c Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 11 Jun 2013 20:28:58 +0200 Subject: [PATCH] libtheora: remove old patch --- media-libs/libtheora/patches/libtheora-1.0.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 media-libs/libtheora/patches/libtheora-1.0.patch diff --git a/media-libs/libtheora/patches/libtheora-1.0.patch b/media-libs/libtheora/patches/libtheora-1.0.patch deleted file mode 100644 index 965a4ad18..000000000 --- a/media-libs/libtheora/patches/libtheora-1.0.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN libtheora-1.0/configure.ac libtheora-1.0-haiku/configure.ac ---- libtheora-1.0/configure.ac 2008-10-24 04:07:32.000000000 +0000 -+++ libtheora-1.0-haiku/configure.ac 2009-09-14 02:21:57.000000000 +0000 -@@ -404,7 +404,7 @@ - if test x$HAVE_SDL = xyes -a x$HAVE_OSS = xyes -a x$HAVE_VORBIS = xyes; then - BUILDABLE_EXAMPLES="$BUILDABLE_EXAMPLES player_example" - fi --if test x$HAVE_PNG = xyes; then -+if test x$HAVE_PNG = xyes -a $target_os != 'haiku'; then - BUILDABLE_EXAMPLES="$BUILDABLE_EXAMPLES png2theora" - fi - AC_SUBST(BUILDABLE_EXAMPLES)