diff options
author | minskim <minskim@pkgsrc.org> | 2005-05-09 04:29:16 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-05-09 04:29:16 +0000 |
commit | c4933146fb49fa4fa4b5c4e1569df0faa19285be (patch) | |
tree | 94f70c0b1ab9ed5c23d4795d3f75cbd62e7342d4 /x11/gtk2/patches | |
parent | 1e0343b80bb7462092d5fb2b177a8487a3839b59 (diff) | |
download | pkgsrc-c4933146fb49fa4fa4b5c4e1569df0faa19285be.tar.gz |
Include stdint.h to use uint16_t on Darwin.
Diffstat (limited to 'x11/gtk2/patches')
-rw-r--r-- | x11/gtk2/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/gtk2/patches/patch-ab b/x11/gtk2/patches/patch-ab new file mode 100644 index 00000000000..2edba5a55e0 --- /dev/null +++ b/x11/gtk2/patches/patch-ab @@ -0,0 +1,14 @@ +$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> |