summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2008-04-09 12:39:12 +0000
committerOlivier Crête <tester@gentoo.org>2008-04-09 12:39:12 +0000
commita0a31973bad8853c63f11bcc5a133d256c907cdc (patch)
tree0d47fbca6a2c21da2bd5e1b0c32f3e9c51a9ac70 /media-libs/libgpod/files
parentSuppress test for Netscape browser in configure, bug 202569. (diff)
downloadgentoo-2-a0a31973bad8853c63f11bcc5a133d256c907cdc.tar.gz
gentoo-2-a0a31973bad8853c63f11bcc5a133d256c907cdc.tar.bz2
gentoo-2-a0a31973bad8853c63f11bcc5a133d256c907cdc.zip
swig is a compile-time dep only, cleanup old versions
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/libgpod/files')
-rw-r--r--media-libs/libgpod/files/libgpod-0.4.0-test-nogdk.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/media-libs/libgpod/files/libgpod-0.4.0-test-nogdk.patch b/media-libs/libgpod/files/libgpod-0.4.0-test-nogdk.patch
deleted file mode 100644
index 75515daf4361..000000000000
--- a/media-libs/libgpod/files/libgpod-0.4.0-test-nogdk.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- tests/test-init-ipod.c.orig 2006-10-16 15:48:29.000000000 -0400
-+++ tests/test-init-ipod.c 2006-10-16 15:48:44.000000000 -0400
-@@ -26,7 +26,7 @@
- #include "itdb.h"
-
- #include <locale.h>
--#include <gdk-pixbuf/gdk-pixbuf.h>
-+#include <glib-object.h>
- #include <glib/gi18n-lib.h>
-
-
---- tests/Makefile.am.orig 2006-10-16 15:56:24.000000000 -0400
-+++ tests/Makefile.am 2006-10-16 15:57:45.000000000 -0400
-@@ -23,6 +23,8 @@
- test_ls_SOURCES = test-ls.c
- test_ls_LDADD =
-
-+test_init_ipod_SOURCES = test-init-ipod.c
-+
- if HAVE_TAGLIB
- test_rebuild_db_SOURCES = test-rebuild-db.cc
- test_rebuild_db_LDADD = $(TAGLIB_LIBS)
-@@ -36,8 +38,6 @@
- test_photos_SOURCES = test-photos.c
- test_photos_CFLAGS = $(AM_CFLAGS)
-
--test_init_ipod_SOURCES = test-init-ipod.c
--
- test_write_thumbnails_SOURCES = test-write-covers.c
- test_write_thumbnails_CFLAGS = $(AM_CFLAGS)
- endif