devtodo: build with gcc 4.3.
This commit is contained in:
parent
003a5651b5
commit
7f4494f334
@ -1 +1,2 @@
|
||||
4a6241437cb56f237f850bcd2233c3c4 devtodo-0.1.20.tar.gz
|
||||
bd7d73004fc604608eb79e524e9e9f15 devtodo.diff
|
||||
|
@ -4,12 +4,15 @@
|
||||
|
||||
name=devtodo
|
||||
version=0.1.20
|
||||
release=1
|
||||
source=(http://swapoff.org/files/$name/$name-$version.tar.gz)
|
||||
release=2
|
||||
source=(http://swapoff.org/files/$name/$name-$version.tar.gz
|
||||
$name.diff)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
|
||||
patch -Np1 -i $SRC/$name.diff
|
||||
|
||||
./configure --prefix=/usr --mandir=/usr/man
|
||||
|
||||
make
|
||||
|
11
devtodo/devtodo.diff
Normal file
11
devtodo/devtodo.diff
Normal file
@ -0,0 +1,11 @@
|
||||
diff -aur devtodo-0.1.20.orig/src/todoterm.cc devtodo-0.1.20/src/todoterm.cc
|
||||
--- devtodo-0.1.20.orig/src/todoterm.cc 2007-06-28 15:04:36.000000000 +0200
|
||||
+++ devtodo-0.1.20/src/todoterm.cc 2008-06-20 22:57:21.683864560 +0200
|
||||
@@ -7,6 +7,7 @@
|
||||
#include <stdexcept>
|
||||
#include <curses.h>
|
||||
#include <term.h>
|
||||
+#include <stdlib.h>
|
||||
|
||||
static char info[2048];
|
||||
static bool term_initialized;
|
Loading…
x
Reference in New Issue
Block a user