summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorRobert Figura2008-12-06 15:20:23 +0100
committerRobert Figura2008-12-06 15:20:23 +0100
commit8d972ca8383b75378d6dc150093e61075a8d0589 (patch)
tree710373f0b5fe9bd6f84ef7440afca73e25187c1f /news
parent8a1502ef7c7f4a06d533396fb45eb1fc1033cd65 (diff)
newsd: BUILD: added patch to compile with gcc 4.3
Diffstat (limited to 'news')
-rwxr-xr-xnews/newsd/BUILD2
-rw-r--r--news/newsd/HISTORY3
-rw-r--r--news/newsd/newsd.patch10
3 files changed, 15 insertions, 0 deletions
diff --git a/news/newsd/BUILD b/news/newsd/BUILD
index c9d2e14739..0406468d9c 100755
--- a/news/newsd/BUILD
+++ b/news/newsd/BUILD
@@ -1,2 +1,4 @@
+patch -p0 < $SCRIPT_DIRECTORY/newsd.patch &&
+
create_account news &&
default_build
diff --git a/news/newsd/HISTORY b/news/newsd/HISTORY
index 92fa5f3ac4..1df8b00551 100644
--- a/news/newsd/HISTORY
+++ b/news/newsd/HISTORY
@@ -1,3 +1,6 @@
+2008-12-06 Robert Figura <template@sourcemage.org>
+ * BUILD: added patch to compile with gcc 4.3
+
2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/news/newsd/newsd.patch b/news/newsd/newsd.patch
new file mode 100644
index 0000000000..d4eeebcc97
--- /dev/null
+++ b/news/newsd/newsd.patch
@@ -0,0 +1,10 @@
+--- Configuration.C~ 2004-12-07 21:16:25.000000000 +0000
++++ Configuration.C 2008-12-06 14:06:34.000000000 +0000
+@@ -22,6 +22,7 @@
+ #include "everything.H"
+ #include <stdarg.h>
+ #include <syslog.h>
++#include <limits.h>
+
+
+ // Initialize default configuration values...