diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-15 06:22:46 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-15 06:22:46 +0000 |
commit | f99300fa6c8ddc877e75d7f103556f707d73eaee (patch) | |
tree | 964e939fde0fec45d8d325fa01474daa6a25988b /dev-libs/glib/files | |
parent | Version bump. (diff) | |
download | gentoo-2-f99300fa6c8ddc877e75d7f103556f707d73eaee.tar.gz gentoo-2-f99300fa6c8ddc877e75d7f103556f707d73eaee.tar.bz2 gentoo-2-f99300fa6c8ddc877e75d7f103556f707d73eaee.zip |
Version bump with a few bugfixes. Drop old.
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/glib/files')
-rw-r--r-- | dev-libs/glib/files/glib-2.32.1-gnustep-not-cocoa.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-libs/glib/files/glib-2.32.1-gnustep-not-cocoa.patch b/dev-libs/glib/files/glib-2.32.1-gnustep-not-cocoa.patch deleted file mode 100644 index 56014a9e3421..000000000000 --- a/dev-libs/glib/files/glib-2.32.1-gnustep-not-cocoa.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 2d59182bfc3a799c140090c83db22a275aa858a0 Mon Sep 17 00:00:00 2001 -From: Alexandre Rostovtsev <tetromino@gentoo.org> -Date: Sun, 15 Apr 2012 22:57:25 -0400 -Subject: [PATCH] Do not detect GNUstep as Cocoa - -GNUstep also installs Foundation/Foundation.h - -https://bugzilla.gnome.org/show_bug.cgi?id=674172 ---- - configure.ac | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 825d42d..2ae07f1 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -179,6 +179,9 @@ glib_have_cocoa=no - AC_MSG_CHECKING([for Mac OS X Cocoa support]) - AC_TRY_CPP([ - #include <Foundation/Foundation.h> -+#ifdef GNUSTEP_BASE_VERSION -+#error "Detected GNUstep, not Cocoa" -+#endif - ], glib_have_cocoa=yes) - - AC_MSG_RESULT([$glib_have_cocoa]) --- -1.7.8.5 - |