summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2014-08-18 14:44:30 +0000
committertron <tron>2014-08-18 14:44:30 +0000
commitceddb01b617e2c45e6ecba95571377c7fe5f0d2a (patch)
treee23b54ea7b1d2667273f4d98a453da79b4a8815c
parent5e7655284aa15986145dd1f2e17293c218b343d3 (diff)
downloadpkgsrc-ceddb01b617e2c45e6ecba95571377c7fe5f0d2a.tar.gz
Remove superfluous patch file. Problem pointed out by Patrick Welche
on ticket #4475.
-rw-r--r--lang/php53/patches/patch-Zend_zend_language_parser.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/php53/patches/patch-Zend_zend_language_parser.h b/lang/php53/patches/patch-Zend_zend_language_parser.h
deleted file mode 100644
index d1fc8c0216f..00000000000
--- a/lang/php53/patches/patch-Zend_zend_language_parser.h
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-Zend_zend_language_parser.h,v 1.2.2.2 2014/08/18 12:48:05 tron Exp $
-
-https://bugs.php.net/bug.php?id=64503
-
---- Zend/zend_language_parser.h.orig 2013-12-10 20:13:14.000000000 +0000
-+++ Zend/zend_language_parser.h
-@@ -305,6 +305,10 @@ typedef int YYSTYPE;
- # define YYSTYPE_IS_DECLARED 1
- #endif
-
-+#ifdef ZTS
-+# define YYPARSE_PARAM tsrm_ls
-+# define YYLEX_PARAM tsrm_ls
-+#endif
-
- #ifdef YYPARSE_PARAM
- #if defined __STDC__ || defined __cplusplus