summaryrefslogtreecommitdiff
path: root/devel/libcheck/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libcheck/files')
-rw-r--r--devel/libcheck/files/patch-aa11
-rw-r--r--devel/libcheck/files/patch-ab11
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/libcheck/files/patch-aa b/devel/libcheck/files/patch-aa
new file mode 100644
index 000000000000..2e4bdfbdd487
--- /dev/null
+++ b/devel/libcheck/files/patch-aa
@@ -0,0 +1,11 @@
+--- src/check.h.in.orig Sun Nov 14 23:01:22 2004
++++ src/check.h.in Sun Nov 14 23:01:36 2004
+@@ -168,7 +168,7 @@
+ /* Fail the test case if expr is true */
+ #define fail_if(expr, ...)\
+ _fail_unless(!(expr), __FILE__, __LINE__,\
+- "Failure '"#expr"' occured", ## __VA_ARGS__, NULL)
++ "Failure '"#expr"' occured" , ## __VA_ARGS__, NULL)
+
+ /* Always fail */
+ #define fail(...) _fail_unless(0, __FILE__, __LINE__, "Failed" , ## __VA_ARGS__, NULL)
diff --git a/devel/libcheck/files/patch-ab b/devel/libcheck/files/patch-ab
new file mode 100644
index 000000000000..15e790bbba9f
--- /dev/null
+++ b/devel/libcheck/files/patch-ab
@@ -0,0 +1,11 @@
+--- src/check_pack.c.orig Sun Nov 14 22:55:22 2004
++++ src/check_pack.c Sun Nov 14 22:55:39 2004
+@@ -24,7 +24,7 @@
+ #include <string.h>
+ #include <stdio.h>
+ #include <unistd.h>
+-#include <stdint.h>
++/* #include <stdint.h> */
+
+ #include "check.h"
+ #include "check_error.h"