Remove an obsolete patch.
This commit is contained in:
parent
81be24910f
commit
a889b85feb
2 changed files with 1 additions and 16 deletions
|
@ -1,10 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.68 2006/06/13 15:59:32 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.69 2006/07/03 19:00:38 minskim Exp $
|
||||
|
||||
SHA1 (gtk+-2.8.19.tar.bz2) = 5108749bdd2f3ab0b500cec879a0f421a548ca35
|
||||
RMD160 (gtk+-2.8.19.tar.bz2) = 9d74e7a19f2da0361dd731757310abe1f4c08555
|
||||
Size (gtk+-2.8.19.tar.bz2) = 12303676 bytes
|
||||
SHA1 (patch-aa) = 7efcbf733e3459fd3853c0d49842136b434ca983
|
||||
SHA1 (patch-ab) = 213b38a1a3939194ac5c54234a1deccf935db368
|
||||
SHA1 (patch-ac) = d9a47653b8db5ffae28dc233aea0dc15399eea79
|
||||
SHA1 (patch-ad) = f38270c343961be2892d8f2b2f89a67d21f0dc15
|
||||
SHA1 (patch-ae) = df5c64ab998e7cbfff75fdeb39157e125eecb4f7
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
$NetBSD: patch-ab,v 1.12 2005/05/09 04:29:16 minskim Exp $
|
||||
|
||||
--- gtk/xdgmime/xdgmimecache.c.orig 2005-04-08 16:02:28.000000000 -0500
|
||||
+++ gtk/xdgmime/xdgmimecache.c
|
||||
@@ -28,6 +28,9 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
+#ifdef HAVE_STDINT_H
|
||||
+#include <stdint.h>
|
||||
+#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
Loading…
Reference in a new issue