aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-07-18 11:37:46 +0800
committerkris <kris@FreeBSD.org>2003-07-18 11:37:46 +0800
commit65bbb50c50595b297b79c58b49ad9a9ab7b66617 (patch)
treef78fde29ffe28f711312e1ac00ceef45d3c99d3a /devel
parentf0d6ffb54ba88a3bb6ec35ba04c8957a9fcac2b6 (diff)
downloadfreebsd-ports-gnome-65bbb50c50595b297b79c58b49ad9a9ab7b66617.tar.gz
freebsd-ports-gnome-65bbb50c50595b297b79c58b49ad9a9ab7b66617.tar.zst
freebsd-ports-gnome-65bbb50c50595b297b79c58b49ad9a9ab7b66617.zip
Fix build with gcc3.3
Diffstat (limited to 'devel')
-rw-r--r--devel/devtodo/files/patch-util::CommandArgs.cc7
-rw-r--r--devel/devtodo/files/patch-util::Regex.h10
2 files changed, 17 insertions, 0 deletions
diff --git a/devel/devtodo/files/patch-util::CommandArgs.cc b/devel/devtodo/files/patch-util::CommandArgs.cc
new file mode 100644
index 000000000000..aa11131afefc
--- /dev/null
+++ b/devel/devtodo/files/patch-util::CommandArgs.cc
@@ -0,0 +1,7 @@
+--- util/CommandArgs.cc.orig Thu Jul 17 20:33:23 2003
++++ util/CommandArgs.cc Thu Jul 17 20:33:31 2003
+@@ -1,3 +1,4 @@
++#include <assert.h>
+ #include "CommandArgs.h"
+ CommandArgs::CommandArgs() {
+ }
diff --git a/devel/devtodo/files/patch-util::Regex.h b/devel/devtodo/files/patch-util::Regex.h
new file mode 100644
index 000000000000..ff06fa58fe86
--- /dev/null
+++ b/devel/devtodo/files/patch-util::Regex.h
@@ -0,0 +1,10 @@
+--- util/Regex.h.orig Thu Jul 17 20:31:31 2003
++++ util/Regex.h Thu Jul 17 20:31:43 2003
+@@ -1,6 +1,7 @@
+ #ifndef CRASH_REGEX
+ #define CRASH_REGEX
+
++#include <assert.h>
+ #include <cstring>
+ #include <string>
+ #include <map>