BoolStuff version bump to 0.1.13.
This commit is contained in:
parent
f2b6d3b331
commit
d9a3a7997c
2 changed files with 0 additions and 17 deletions
|
@ -17,5 +17,3 @@ DEPENDENCIES="
|
|||
dev-lang/perl
|
||||
"
|
||||
|
||||
DEFAULT_SRC_PREPARE_PATCHES=( "${FILES}/${PN}"-0.1.12-missing_EOF.patch )
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
Upstream: Mailed
|
||||
Source: Daniel Mierswa <impulze@impulze.org>
|
||||
Reason: EOF needs <cstdio>
|
||||
|
||||
diff -Naur boolstuff-0.1.12.orig/src/commands/booldnf.cpp boolstuff-0.1.12/src/commands/booldnf.cpp
|
||||
--- boolstuff-0.1.12.orig/src/commands/booldnf.cpp 2008-10-08 05:52:15.000000000 +0200
|
||||
+++ boolstuff-0.1.12/src/commands/booldnf.cpp 2009-09-01 02:45:29.000000000 +0200
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <getopt.h>
|
||||
#endif
|
||||
|
||||
+#include <cstdio>
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
Loading…
Reference in a new issue