projects
/
fmit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52d756e
)
Import NMU patch: 0.97.7-2.1
author
John Wright
<jsw@debian.org>
Sat, 15 May 2010 01:07:08 +0000
(19:07 -0600)
committer
John Wright
<jsw@debian.org>
Sat, 15 May 2010 01:07:08 +0000
(19:07 -0600)
debian/changelog
patch
|
blob
|
history
src/main.cpp
patch
|
blob
|
history
diff --git
a/debian/changelog
b/debian/changelog
index
c87b0a2
..
a0592ee
100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-5,6
+5,14
@@
fmit (0.97.7-3) UNRELEASED; urgency=low
-- John Wright <jsw@debian.org> Fri, 18 Jan 2008 17:12:25 -0700
+fmit (0.97.7-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix FTBFS on GNU/kFreeBSD (Closes: #542540):
+ - Add a <cstdlib> include (for exit) to src/main.cc.
+
+ -- Cyril Brulebois <kibi@debian.org> Mon, 21 Dec 2009 09:36:33 +0100
+
fmit (0.97.7-2) unstable; urgency=low
* Update Standards-Version to 3.7.3 (no changes needed to be made)
diff --git
a/src/main.cpp
b/src/main.cpp
index
fc565bb
..
29b632c
100644
(file)
--- a/
src/main.cpp
+++ b/
src/main.cpp
@@
-20,6
+20,7
@@
#include "config.h"
#include <iostream>
+#include <cstdlib>
using namespace std;
#include <signal.h>
#include <qapplication.h>