opnsense-ports/devel/glademm/files/patch-src__Configuration.hh
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
440 B
C++

--- 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();