aboutsummaryrefslogtreecommitdiff
path: root/mail/gubby
diff options
context:
space:
mode:
authorMichael Landin <mich@FreeBSD.org>2006-12-27 16:20:50 +0000
committerMichael Landin <mich@FreeBSD.org>2006-12-27 16:20:50 +0000
commit92bd7c9a37407dcae59d78e8c4a50444ca98e40d (patch)
treee1b8b08da7685e1e9487bd4cac5b85b785057d8d /mail/gubby
parentae828ae6cfa4ea0fb2f9d560ded781b1d68de662 (diff)
downloadports-92bd7c9a37407dcae59d78e8c4a50444ca98e40d.tar.gz
ports-92bd7c9a37407dcae59d78e8c4a50444ca98e40d.zip
- fix build with gcc4x
Notes
Notes: svn path=/head/; revision=180869
Diffstat (limited to 'mail/gubby')
-rw-r--r--mail/gubby/files/patch-include_grep.h14
-rw-r--r--mail/gubby/files/patch-include_guess.h14
-rw-r--r--mail/gubby/files/patch-include_initcurs.h14
3 files changed, 42 insertions, 0 deletions
diff --git a/mail/gubby/files/patch-include_grep.h b/mail/gubby/files/patch-include_grep.h
new file mode 100644
index 000000000000..45f3383cd0e2
--- /dev/null
+++ b/mail/gubby/files/patch-include_grep.h
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- include/grep.h.orig
++++ include/grep.h
+@@ -45,7 +45,7 @@
+ trig.push_back(trigger);
+ }
+
+- inline const std::string& grep::gettrigger(const int n) const {
++ inline const std::string& gettrigger(const int n) const {
+ return trig[n];
+ }
+
diff --git a/mail/gubby/files/patch-include_guess.h b/mail/gubby/files/patch-include_guess.h
new file mode 100644
index 000000000000..b3724deff99d
--- /dev/null
+++ b/mail/gubby/files/patch-include_guess.h
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- include/guess.h.orig
++++ include/guess.h
+@@ -38,7 +38,7 @@
+ public:
+ guess();
+
+- inline const std::string guess::str() const {
++ inline const std::string str() const {
+ return procmaillog;
+ }
+
diff --git a/mail/gubby/files/patch-include_initcurs.h b/mail/gubby/files/patch-include_initcurs.h
new file mode 100644
index 000000000000..eacf85119ea9
--- /dev/null
+++ b/mail/gubby/files/patch-include_initcurs.h
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- include/initcurs.h.orig
++++ include/initcurs.h
+@@ -41,7 +41,7 @@
+ initcurs();
+ ~initcurs();
+
+- inline bool initcurs::hascolors() const {
++ inline bool hascolors() const {
+ return colors;
+ }
+