summaryrefslogtreecommitdiff
path: root/x11/gdm
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-11-24 13:31:30 +0000
committerjoerg <joerg@pkgsrc.org>2011-11-24 13:31:30 +0000
commitd5e9b08b8d2f5cf2a95a99e3a2f963998fceb07a (patch)
tree35b90bb427e986a8e64da3bcfdb3d2633369d50e /x11/gdm
parentf076aa33d5cda8040fc209375f003835783568f3 (diff)
downloadpkgsrc-d5e9b08b8d2f5cf2a95a99e3a2f963998fceb07a.tar.gz
Fix build with newer GCC
Diffstat (limited to 'x11/gdm')
-rw-r--r--x11/gdm/distinfo3
-rw-r--r--x11/gdm/patches/patch-common_gdm-config.h31
2 files changed, 33 insertions, 1 deletions
diff --git a/x11/gdm/distinfo b/x11/gdm/distinfo
index eef618fb55f..74e284f35fd 100644
--- a/x11/gdm/distinfo
+++ b/x11/gdm/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.61 2010/10/22 19:27:07 drochner Exp $
+$NetBSD: distinfo,v 1.62 2011/11/24 13:31:30 joerg Exp $
SHA1 (gdm-2.20.11.tar.bz2) = be23bdf32b7a4254ac80983f4edf25cafa847ff3
RMD160 (gdm-2.20.11.tar.bz2) = e400bb8a0b78a2e8b0da98edd2e0f3a7a0267f04
@@ -15,3 +15,4 @@ SHA1 (patch-aq) = 7885ca3774bb3cd91a800654368f9cd5cde806c7
SHA1 (patch-ar) = 9783e336cd11b34e990291c25f0b70752edec012
SHA1 (patch-as) = 13135a44949dac9ff23be4c8efb15baffd18b58b
SHA1 (patch-at) = 4be192597cf1bb129e5b69f27d9d388bcd00b4e0
+SHA1 (patch-common_gdm-config.h) = 3719a2de866d20b46a834cca0dcdbf533d8c4add
diff --git a/x11/gdm/patches/patch-common_gdm-config.h b/x11/gdm/patches/patch-common_gdm-config.h
new file mode 100644
index 00000000000..17bbbe76263
--- /dev/null
+++ b/x11/gdm/patches/patch-common_gdm-config.h
@@ -0,0 +1,31 @@
+$NetBSD: patch-common_gdm-config.h,v 1.1 2011/11/24 13:31:30 joerg Exp $
+
+--- common/gdm-config.h.orig 2011-11-24 00:34:23.000000000 +0000
++++ common/gdm-config.h
+@@ -157,7 +157,7 @@ gboolean gdm_config_get_st
+ char **str);
+ gboolean gdm_config_get_bool_for_id (GdmConfig *config,
+ int id,
+- gboolean *bool);
++ gboolean *not_bool);
+ gboolean gdm_config_get_int_for_id (GdmConfig *config,
+ int id,
+ int *integer);
+@@ -166,7 +166,7 @@ gboolean gdm_config_set_st
+ char *str);
+ gboolean gdm_config_set_bool_for_id (GdmConfig *config,
+ int id,
+- gboolean bool);
++ gboolean not_bool);
+ gboolean gdm_config_set_int_for_id (GdmConfig *config,
+ int id,
+ int integer);
+@@ -201,7 +201,7 @@ void gdm_config_value_se
+ void gdm_config_value_set_int (GdmConfigValue *value,
+ int integer);
+ void gdm_config_value_set_bool (GdmConfigValue *value,
+- gboolean bool);
++ gboolean not_bool);
+ char * gdm_config_value_to_string (const GdmConfigValue *value);
+
+ /* Config Entries */