diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-03 08:00:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-03 08:00:30 +0000 |
commit | 4711ced926a24fb5a1c785a8f1490e311b3cba4b (patch) | |
tree | d6815f3b29bcb61483d60e29d693db511e5b6ef0 /devel/directfb/files/patch-src-misc-conf.h | |
parent | Mark as broken on tier-2 archs. (diff) |
- Update to 1.4.3
PR: ports/146815
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=255638
Diffstat (limited to 'devel/directfb/files/patch-src-misc-conf.h')
-rw-r--r-- | devel/directfb/files/patch-src-misc-conf.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/devel/directfb/files/patch-src-misc-conf.h b/devel/directfb/files/patch-src-misc-conf.h index e4c22be72356..8f6182059e4a 100644 --- a/devel/directfb/files/patch-src-misc-conf.h +++ b/devel/directfb/files/patch-src-misc-conf.h @@ -1,12 +1,11 @@ ---- src/misc/conf.h.orig 2007-12-15 15:16:37.000000000 +0200 -+++ src/misc/conf.h 2008-03-16 16:43:14.000000000 +0200 -@@ -38,6 +38,9 @@ - #include <core/coredefs.h> +--- src/misc/conf.c ++++ src/misc/conf.c +@@ -56,6 +56,8 @@ + D_DEBUG_DOMAIN( DirectFB_Config, "DirectFB/Config", "Runtime configuration options for DirectFB" ); +typedef unsigned long ulong; + -+ - typedef struct { - bool init; + DFBConfig *dfb_config = NULL; + static const char *config_usage = |