diff options
| author | Matt Smith <mcs@darkregion.net> | 2011-03-24 00:58:01 -0500 |
|---|---|---|
| committer | Matt Smith <mcs@darkregion.net> | 2011-03-24 00:58:01 -0500 |
| commit | c94b4d2c54468b7397659fe1cfd0ed8856827a68 (patch) | |
| tree | 2f4abc1322e332cc2d13e0bc55efb507df0264c0 /main/php/php-uclibc.patch | |
| parent | 3cdc1241a4baf9638ac9eb92d1f709e3884e4cbb (diff) | |
| download | aports-c94b4d2c54468b7397659fe1cfd0ed8856827a68.tar.bz2 aports-c94b4d2c54468b7397659fe1cfd0ed8856827a68.tar.xz | |
main/php: upgraded to 5.3.6 and took over maintainership
Diffstat (limited to 'main/php/php-uclibc.patch')
| -rw-r--r-- | main/php/php-uclibc.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php/php-uclibc.patch b/main/php/php-uclibc.patch index 554f66bd5a..ca6890e43d 100644 --- a/main/php/php-uclibc.patch +++ b/main/php/php-uclibc.patch @@ -4,8 +4,8 @@ if (!initialized) { #ifdef PHP_WIN32 InterlockedIncrement(&initialized); --#elif (defined(__GNUC__) && (__GNUC__ >= 4 && __GNUC_MINOR >= 2)) -+#elif (defined(__GNUC__) && (__GNUC__ >= 4 && __GNUC_MINOR >= 2)) || defined(__UCLIBC__) +-#elif (defined(__GNUC__) && (__GNUC__ >= 4 && __GNUC_MINOR__ >= 2)) ++#elif (defined(__GNUC__) && (__GNUC__ >= 4 && __GNUC_MINOR__ >= 2)) || defined(__UCLIBC__) __sync_fetch_and_add(&initialized, 1); #elif defined(HAVE_ATOMIC_H) /* Solaris 10 defines atomic API within */ membar_producer(); |
