summaryrefslogtreecommitdiff
path: root/devel/glademm/files/patch-src__Configuration.hh
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2005-04-25 04:31:04 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2005-04-25 04:31:04 +0000
commit46f7035f125cf4a833ebdb69f6e9a42037af68c0 (patch)
treefc8ba555f6f601136fe059c59d0f7550b889fdac /devel/glademm/files/patch-src__Configuration.hh
parent- Update to 1.8.24 (diff)
Update to 2.6.0
Diffstat (limited to 'devel/glademm/files/patch-src__Configuration.hh')
-rw-r--r--devel/glademm/files/patch-src__Configuration.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/glademm/files/patch-src__Configuration.hh b/devel/glademm/files/patch-src__Configuration.hh
new file mode 100644
index 000000000000..6094aa290085
--- /dev/null
+++ b/devel/glademm/files/patch-src__Configuration.hh
@@ -0,0 +1,11 @@
+--- src/Configuration.hh.orig Mon Apr 25 13:12:16 2005
++++ src/Configuration.hh Mon Apr 25 13:12:40 2005
+@@ -145,7 +145,7 @@
+ verbose(),
+ // had been "_glade"
+ template_postfix("_new"),
+- source_suffix(".cc"), header_suffix(".hh"), gettext_source(),
++ source_suffix(".cc"), header_suffix(".hh"), gettext_source(GT_NONE),
+ custom_signal_args("")
+ { if (gnome2) select_Gnome2();
+ else select_Gnome1();