diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-01-30 15:57:38 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-01-30 15:57:38 +0000 |
commit | 3a55c0530cc4f725d340f78f89015f8a95919ce6 (patch) | |
tree | 20bf4dd5798e0a686e7d81acadc70f9ddfae0dff /lang/php4/files | |
parent | * fix handling of the optional SQLMod (diff) |
Fix getopt() and add support for getopt_long.
Notes
Notes:
svn path=/head/; revision=154834
Diffstat (limited to 'lang/php4/files')
-rw-r--r-- | lang/php4/files/patch-ext_standard_basic_functions.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/php4/files/patch-ext_standard_basic_functions.c b/lang/php4/files/patch-ext_standard_basic_functions.c new file mode 100644 index 000000000000..b44a87f1ec9e --- /dev/null +++ b/lang/php4/files/patch-ext_standard_basic_functions.c @@ -0,0 +1,10 @@ +--- ext/standard/basic_functions.c.orig Mon Jan 30 15:58:01 2006 ++++ ext/standard/basic_functions.c Mon Jan 30 15:58:36 2006 +@@ -66,6 +66,7 @@ + # include <sys/mman.h> + #endif + ++#define HARTMUT_0 + #ifdef HARTMUT_0 + #include <getopt.h> + #endif |