svn commit: r370562 - head/devel/devtodo/files
John Marino
marino at FreeBSD.org
Fri Oct 10 00:05:01 UTC 2014
Author: marino
Date: Fri Oct 10 00:05:00 2014
New Revision: 370562
URL: https://svnweb.freebsd.org/changeset/ports/370562
QAT: https://qat.redports.org/buildarchive/r370562/
Log:
devel/devtodo: Fix with gcc by adding <cstdlib>
Added:
head/devel/devtodo/files/patch-src__todoterm.cc (contents, props changed)
Added: head/devel/devtodo/files/patch-src__todoterm.cc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/devtodo/files/patch-src__todoterm.cc Fri Oct 10 00:05:00 2014 (r370562)
@@ -0,0 +1,10 @@
+--- src/todoterm.cc.orig 2007-06-28 13:04:36 UTC
++++ src/todoterm.cc
+@@ -5,6 +5,7 @@
+ #include <iostream>
+ #include <string>
+ #include <stdexcept>
++#include <cstdlib>
+ #include <curses.h>
+ #include <term.h>
+
More information about the svn-ports-all
mailing list