diff options
author | petef <petef@FreeBSD.org> | 2002-12-23 05:22:46 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-12-23 05:22:46 +0800 |
commit | 864d61582ae3a6d659954e2e0bf543b5f3080cae (patch) | |
tree | a71c248a068b1a2b3b7112042d9c239fbc398ed4 /mail/glbiff | |
parent | 09d73371393e7a3be590595b1e3f166b197f37de (diff) | |
download | freebsd-ports-gnome-864d61582ae3a6d659954e2e0bf543b5f3080cae.tar.gz freebsd-ports-gnome-864d61582ae3a6d659954e2e0bf543b5f3080cae.tar.zst freebsd-ports-gnome-864d61582ae3a6d659954e2e0bf543b5f3080cae.zip |
Fix build on -current.
PR: 46473
Submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net>
Diffstat (limited to 'mail/glbiff')
-rw-r--r-- | mail/glbiff/files/patch-cfg.cc | 10 | ||||
-rw-r--r-- | mail/glbiff/files/patch-cfg.h | 12 | ||||
-rw-r--r-- | mail/glbiff/files/patch-glbiff.cc | 11 |
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" |