diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-12-27 16:20:50 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-12-27 16:20:50 +0000 |
commit | 92bd7c9a37407dcae59d78e8c4a50444ca98e40d (patch) | |
tree | e1b8b08da7685e1e9487bd4cac5b85b785057d8d /mail/gubby/files/patch-include_initcurs.h | |
parent | The new tarball has been uploaded to the official site, no need to (diff) |
- fix build with gcc4x
Diffstat (limited to 'mail/gubby/files/patch-include_initcurs.h')
-rw-r--r-- | mail/gubby/files/patch-include_initcurs.h | 14 |
1 files changed, 14 insertions, 0 deletions
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; + } + |