mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix build with google-ctemplate 0.7.
This commit is contained in:
parent
3947015d57
commit
fe6d81d245
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195799
10
textproc/pecl-ctemplate/files/patch-cTemplate.cpp
Normal file
10
textproc/pecl-ctemplate/files/patch-cTemplate.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
--- cTemplate.cpp.orig Tue Jul 17 17:48:38 2007
|
||||
+++ cTemplate.cpp Tue Jul 17 17:48:44 2007
|
||||
@@ -187,7 +187,6 @@
|
||||
REGISTER_LONG_CONSTANT ("TS_EMPTY", TS_EMPTY, CONST_CS | CONST_PERSISTENT);
|
||||
REGISTER_LONG_CONSTANT ("TS_ERROR", TS_ERROR, CONST_CS | CONST_PERSISTENT);
|
||||
REGISTER_LONG_CONSTANT ("TS_READY", TS_READY, CONST_CS | CONST_PERSISTENT);
|
||||
- REGISTER_LONG_CONSTANT ("TS_RELOAD", TS_RELOAD, CONST_CS | CONST_PERSISTENT);
|
||||
REGISTER_LONG_CONSTANT ("HTML_ESCAPE", 0, CONST_CS | CONST_PERSISTENT);
|
||||
REGISTER_LONG_CONSTANT ("XML_ESCAPE", 1, CONST_CS | CONST_PERSISTENT);
|
||||
REGISTER_LONG_CONSTANT ("JAVASCRIPT_ESCAPE", 2, CONST_CS | CONST_PERSISTENT);
|
Loading…
Reference in New Issue
Block a user