diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-01-30 16:10:57 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-01-30 16:10:57 +0000 |
commit | bc5f4400cab09be72917375134a672241c907dcc (patch) | |
tree | 7f8bf8e2cf60008a69fd366284bd6b5401dd1062 /lang/php5/files | |
parent | 3a55c0530cc4f725d340f78f89015f8a95919ce6 (diff) |
Add support for getopt_long and fix getopt().
Notes
Notes:
svn path=/head/; revision=154835
Diffstat (limited to 'lang/php5/files')
-rw-r--r-- | lang/php5/files/patch-ext_standard_basic_functions.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/php5/files/patch-ext_standard_basic_functions.c b/lang/php5/files/patch-ext_standard_basic_functions.c new file mode 100644 index 000000000000..ffb8970fdc80 --- /dev/null +++ b/lang/php5/files/patch-ext_standard_basic_functions.c @@ -0,0 +1,10 @@ +--- ext/standard/basic_functions.c.orig Mon Jan 30 16:58:56 2006 ++++ ext/standard/basic_functions.c Mon Jan 30 16:59:13 2006 +@@ -78,6 +78,7 @@ + # include <sys/mman.h> + #endif + ++#define HARTMUT_0 + #ifdef HARTMUT_0 + #include <getopt.h> + #endif |