diff options
Diffstat (limited to 'math/oleo/files/patch-src_sysdef.h')
-rw-r--r-- | math/oleo/files/patch-src_sysdef.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/oleo/files/patch-src_sysdef.h b/math/oleo/files/patch-src_sysdef.h new file mode 100644 index 000000000000..ffbad7e4255d --- /dev/null +++ b/math/oleo/files/patch-src_sysdef.h @@ -0,0 +1,12 @@ +--- src/sysdef.h.orig Sun Feb 4 16:54:21 2001 ++++ src/sysdef.h Sun Jun 6 23:08:43 2004 +@@ -119,7 +119,9 @@ + + #endif /* !defined(__STDC__) */ + ++#ifndef __FreeBSD__ + extern char *getenv (); ++#endif + + #ifndef RETSIGTYPE + #define RETSIGTYPE void |