summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-08-03 22:36:31 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-08-03 22:36:31 +0000
commit864f00f98469cf2be174284a2d41c15e15737019 (patch)
tree86354a2ba63f6ffc39aaad29524544a0adc14d86 /dev-libs/glib/files
parentMigrate to transaction-api virtual. (diff)
downloadgentoo-2-864f00f98469cf2be174284a2d41c15e15737019.tar.gz
gentoo-2-864f00f98469cf2be174284a2d41c15e15737019.tar.bz2
gentoo-2-864f00f98469cf2be174284a2d41c15e15737019.zip
clean up old revisions, drop to ~mips to shut up repoman's warnings.
(Portage version: 2.2_rc3/cvs/Linux 2.6.26-gentoo-mactel x86_64)
Diffstat (limited to 'dev-libs/glib/files')
-rw-r--r--dev-libs/glib/files/glib-2.8.3-macos.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/glib/files/glib-2.8.3-macos.patch b/dev-libs/glib/files/glib-2.8.3-macos.patch
deleted file mode 100644
index 63445bb55e44..000000000000
--- a/dev-libs/glib/files/glib-2.8.3-macos.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- glib/gmain.c 2005-10-22 18:30:01.000000000 +0200
-+++ glib/gmain.c 2005-10-22 18:28:46.000000000 +0200
-@@ -52,7 +52,7 @@
- /* The poll() emulation on OS/X doesn't handle fds=NULL, nfds=0,
- * so we prefer our own poll emulation.
- */
--#ifdef _POLL_EMUL_H_
-+#ifdef __APPLE__
- #undef HAVE_POLL
- #endif
-