diff options
Diffstat (limited to 'gnome-extra/assogiate/files/assogiate-0.2.1-gcc-4.7.patch')
-rw-r--r-- | gnome-extra/assogiate/files/assogiate-0.2.1-gcc-4.7.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gnome-extra/assogiate/files/assogiate-0.2.1-gcc-4.7.patch b/gnome-extra/assogiate/files/assogiate-0.2.1-gcc-4.7.patch deleted file mode 100644 index 33d13bd067d5..000000000000 --- a/gnome-extra/assogiate/files/assogiate-0.2.1-gcc-4.7.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: Fix ftbfs with gcc-4.7 -Author: Vincent Legout <vlegout@debian.org> -Last-Update: 2012-04-04 -Bug-Debian: http://bugs.debian.org/667104 - -Index: assogiate/libassogiate/mime-package.cc -=================================================================== ---- assogiate.orig/libassogiate/mime-package.cc 2012-03-25 10:47:26.524889975 +0200 -+++ assogiate/libassogiate/mime-package.cc 2012-04-04 18:54:11.675024484 +0200 -@@ -31,6 +31,7 @@ - #include <libxml/tree.h> - #include <libxml++/parsers/domparser.h> - #include <libgnomevfsmm/init.h> -+#include <unistd.h> - - /******************************************************************************/ - /* Globals */ |