summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-12-22 21:22:46 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-12-22 21:22:46 +0000
commitfde8f9af7c83a056e441d3e74a1ddaeaf3a2ac71 (patch)
treede4ffb82a419cea0127f616e63d4274abbb3c15f
parentUpdate the maintainer's email. (diff)
Fix build on -current.
PR: 46473 Submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net>
Notes
Notes: svn path=/head/; revision=71805
-rw-r--r--mail/glbiff/files/patch-cfg.cc10
-rw-r--r--mail/glbiff/files/patch-cfg.h12
-rw-r--r--mail/glbiff/files/patch-glbiff.cc11
3 files changed, 33 insertions, 0 deletions
diff --git a/mail/glbiff/files/patch-cfg.cc b/mail/glbiff/files/patch-cfg.cc
new file mode 100644
index 000000000000..6e717f20e659
--- /dev/null
+++ b/mail/glbiff/files/patch-cfg.cc
@@ -0,0 +1,10 @@
+--- cfg.cc.orig Mon Dec 23 03:45:30 2002
++++ cfg.cc Mon Dec 23 03:45:48 2002
+@@ -23,7 +23,6 @@
+ // This file defines subroutines to handle the
+ // configuration file
+
+-#include <stl.h>
+ #include <stdio.h>
+ #include <iostream.h>
+ #include <ctype.h>
diff --git a/mail/glbiff/files/patch-cfg.h b/mail/glbiff/files/patch-cfg.h
new file mode 100644
index 000000000000..16bd193336df
--- /dev/null
+++ b/mail/glbiff/files/patch-cfg.h
@@ -0,0 +1,12 @@
+--- cfg.h.orig Mon Dec 23 03:45:36 2002
++++ cfg.h Mon Dec 23 03:47:15 2002
+@@ -20,7 +20,8 @@
+ *
+ */
+
+-#include <stl.h>
++#include <list>
++using namespace std;
+ #include <string.h>
+ #include "rgb.h"
+ #include "astro.h"
diff --git a/mail/glbiff/files/patch-glbiff.cc b/mail/glbiff/files/patch-glbiff.cc
new file mode 100644
index 000000000000..70c2fcaa04b5
--- /dev/null
+++ b/mail/glbiff/files/patch-glbiff.cc
@@ -0,0 +1,11 @@
+--- glbiff.cc.orig Mon Dec 23 03:47:27 2002
++++ glbiff.cc Mon Dec 23 03:47:48 2002
+@@ -37,6 +37,8 @@
+
+ #include <X11/Xlib.h>
+
++#include <iostream>
++
+ #include "draw.h"
+ #include "glbiff.h"
+ #include "mail.h"