diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-05-02 18:16:52 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-05-02 18:16:52 +0000 |
commit | 96e2d4ea605f6219b85cc66a014a724399efd1b5 (patch) | |
tree | 6af3c7c159964837e3ce9962fba2a880d8c4632f /www/cadaver/files/patch-aa | |
parent | Add support for early GCC 4.6 snapshots (lang/gcc46) via USE_GCC=4.6 (diff) |
Update www/cadaver to latest version
Add FreeBSD specific patches
Submitted by: "Mikhail T." <mi+thun@aldan.algebra.com>
Approved by: itetcu@ (mentor)
Diffstat (limited to 'www/cadaver/files/patch-aa')
-rw-r--r-- | www/cadaver/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/cadaver/files/patch-aa b/www/cadaver/files/patch-aa index a7687a337c33..e69de29bb2d1 100644 --- a/www/cadaver/files/patch-aa +++ b/www/cadaver/files/patch-aa @@ -1,11 +0,0 @@ ---- lib/glob.h.orig Sun Oct 20 14:19:39 2002 -+++ lib/glob.h Sun Oct 20 14:19:56 2002 -@@ -47,7 +47,7 @@ - #endif /* C++ or ANSI C. */ - - /* We need `size_t' for the following definitions. */ --#ifndef __size_t -+#if !defined(__size_t) && !defined(__FreeBSD__) - # if defined __GNUC__ && __GNUC__ >= 2 - typedef __SIZE_TYPE__ __size_t; - # else |