aboutsummaryrefslogtreecommitdiffstats
path: root/main/php/php-uclibc.patch
diff options
context:
space:
mode:
authorMatt Smith <mcs@darkregion.net>2011-03-24 00:58:01 -0500
committerMatt Smith <mcs@darkregion.net>2011-03-24 00:58:01 -0500
commitc94b4d2c54468b7397659fe1cfd0ed8856827a68 (patch)
tree2f4abc1322e332cc2d13e0bc55efb507df0264c0 /main/php/php-uclibc.patch
parent3cdc1241a4baf9638ac9eb92d1f709e3884e4cbb (diff)
downloadaports-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.patch4
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();