diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2006-09-08 05:58:39 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2006-09-08 05:58:39 +0000 |
| commit | a8ac412cd5f3b2f1875ff03f475500e763d00616 (patch) | |
| tree | fcf17360819b6fcd4863627c355a25c8523ec0f0 /converters/php5-mbstring/files/patch-config.m4 | |
| parent | - update to 0.9.8c (diff) | |
Try to fix build on amd64.
Notes
Notes:
svn path=/head/; revision=172549
Diffstat (limited to '')
| -rw-r--r-- | converters/php5-mbstring/files/patch-config.m4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/converters/php5-mbstring/files/patch-config.m4 b/converters/php5-mbstring/files/patch-config.m4 new file mode 100644 index 000000000000..619440601c7a --- /dev/null +++ b/converters/php5-mbstring/files/patch-config.m4 @@ -0,0 +1,10 @@ +--- config.m4.orig Fri Sep 8 07:42:50 2006 ++++ config.m4 Fri Sep 8 07:43:00 2006 +@@ -66,7 +66,6 @@ + int foo(int x, ...) { + va_list va; + va_start(va, x); +- va_arg(va, int); + va_arg(va, char *); + va_arg(va, double); + return 0; |
