Add vendor patch for fix regression.

Bump PORTREVISION.

Submitted:	Alexandr Kovalenko <alexandr.kovalenko@gmail.com>
PR:		ports/157372
This commit is contained in:
Sergey A. Osokin 2011-05-27 20:39:26 +00:00
parent 7b5261c293
commit 3286c49f14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274739
2 changed files with 15 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= APC
DISTVERSION= 3.1.9
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-

View file

@ -0,0 +1,14 @@
--- apc_lock.h 2011/03/14 06:47:16 309203
+++ apc_lock.h 2011/05/22 17:18:49 311339
@@ -154,7 +154,7 @@
# define apc_lck_nb_lock(a) apc_fcntl_nonblocking_lock(a TSRMLS_CC)
# define apc_lck_rdlock(a) apc_fcntl_rdlock(a TSRMLS_CC)
# define apc_lck_unlock(a) apc_fcntl_unlock(a TSRMLS_CC)
-# define apc_lck_rdunlock(a) apc_fcntl_unlock(&a TSRMLS_CC)
+# define apc_lck_rdunlock(a) apc_fcntl_unlock(a TSRMLS_CC)
#endif
#endif