diff options
Diffstat (limited to 'devel/elfkickers/files/patch-elftoc__outbase.h')
-rw-r--r-- | devel/elfkickers/files/patch-elftoc__outbase.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/elfkickers/files/patch-elftoc__outbase.h b/devel/elfkickers/files/patch-elftoc__outbase.h new file mode 100644 index 000000000000..8afe3130a9a8 --- /dev/null +++ b/devel/elfkickers/files/patch-elftoc__outbase.h @@ -0,0 +1,13 @@ +--- ./elftoc/outbase.h.orig 2011-06-01 17:16:31.000000000 +0200 ++++ ./elftoc/outbase.h 2011-06-01 17:14:57.000000000 +0200 +@@ -7,6 +7,10 @@ + #ifndef _outbase_h_ + #define _outbase_h_ + ++#ifdef __FreeBSD__ ++#define NT_AUXV 6 ++#endif ++ + /* Set the current output file. Call this before calling any output + * functions. (The FILE* argument is given as a void* so as to not + * include stdio.h here.) |