BoolStuff version bump to 0.1.13.

for/master
Daniel Mierswa 2010-04-24 07:43:35 +02:00
parent f2b6d3b331
commit d9a3a7997c
2 changed files with 0 additions and 17 deletions

View File

@ -17,5 +17,3 @@ DEPENDENCIES="
dev-lang/perl
"
DEFAULT_SRC_PREPARE_PATCHES=( "${FILES}/${PN}"-0.1.12-missing_EOF.patch )

View File

@ -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;