diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2015-12-17 21:47:19 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2015-12-17 21:47:19 +0100 |
commit | cf02d0224fdfe72629825ca058bc84c7c3cb42cf (patch) | |
tree | 01a02938aae92670797e8d516933b729e30c1868 /x11-plugins/wmudmount/files | |
parent | x11-plugins/wmmenu: gdk-pixbuf dependency requires USE=X (diff) | |
download | gentoo-cf02d0224fdfe72629825ca058bc84c7c3cb42cf.tar.gz gentoo-cf02d0224fdfe72629825ca058bc84c7c3cb42cf.tar.bz2 gentoo-cf02d0224fdfe72629825ca058bc84c7c3cb42cf.zip |
x11-plugins/wmudmount: drop old versions
Package-Manager: portage-2.2.26
Diffstat (limited to 'x11-plugins/wmudmount/files')
-rw-r--r-- | x11-plugins/wmudmount/files/wmudmount-headers.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/x11-plugins/wmudmount/files/wmudmount-headers.patch b/x11-plugins/wmudmount/files/wmudmount-headers.patch deleted file mode 100644 index 85b6646def97..000000000000 --- a/x11-plugins/wmudmount/files/wmudmount-headers.patch +++ /dev/null @@ -1,24 +0,0 @@ -http://sourceforge.net/tracker/?func=detail&aid=3540867&group_id=309786&atid=1304474 - -warning: implicit declaration of function ‘free’ and 'realloc' [-Wimplicit-function-declaration] - ---- askpass.c -+++ askpass.c -@@ -23,6 +23,7 @@ - #include <sys/resources.h> - #endif - -+#include <stdlib.h> /* free */ - #include <glib.h> - - #ifdef HAVE_GNOME_KEYRING ---- secureentry.c -+++ secureentry.c -@@ -18,6 +18,7 @@ - #include "config.h" - - #include <unistd.h> -+#include <stdlib.h> /* free and realloc */ - #include <string.h> - #ifdef HAVE_GNOME_KEYRING - #include <gnome-keyring-memory.h> |