SOURCES: obby-assert.patch (NEW) - added

aredridel aredridel at pld-linux.org
Mon Jul 18 00:24:45 CEST 2005


Author: aredridel                    Date: Sun Jul 17 22:24:45 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added

---- Files affected:
SOURCES:
   obby-assert.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/obby-assert.patch
diff -u /dev/null SOURCES/obby-assert.patch:1.1
--- /dev/null	Mon Jul 18 00:24:45 2005
+++ SOURCES/obby-assert.patch	Mon Jul 18 00:24:40 2005
@@ -0,0 +1,21 @@
+diff -ur obby-0.1.0-op/test/curses.cpp obby-0.1.0/test/curses.cpp
+--- obby-0.1.0-op/test/curses.cpp	2005-06-04 15:28:56.000000000 -0600
++++ obby-0.1.0/test/curses.cpp	2005-07-17 16:20:25.000000000 -0600
+@@ -3,7 +3,7 @@
+ #include <sstream>
+ #include <stdexcept>
+ #include <sigc++/bind.h>
+-#include <curses.h>
++#include <ncurses/ncurses.h>
+ #include <time.h>
+ 
+ // net6/socket.hpp overwrites ERR
+diff -ur obby-0.1.0-op/test/line.cpp obby-0.1.0/test/line.cpp
+--- obby-0.1.0-op/test/line.cpp	2005-06-04 15:28:56.000000000 -0600
++++ obby-0.1.0/test/line.cpp	2005-07-17 16:20:13.000000000 -0600
+@@ -1,4 +1,5 @@
+ #include <iostream>
++#include <cassert>
+ 
+ #define protected public
+ #include "line.hpp"
================================================================



More information about the pld-cvs-commit mailing list