aboutsummaryrefslogtreecommitdiff
path: root/textproc/pecl-ctemplate
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2007-07-17 09:51:28 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2007-07-17 09:51:28 +0000
commitfe6d81d24538cd646a472735f9523f11881aad4e (patch)
tree159685f03fc97eaf695b1578d3ac334453684c63 /textproc/pecl-ctemplate
parent3947015d575341bb21893dfc217387605f515620 (diff)
downloadports-fe6d81d24538cd646a472735f9523f11881aad4e.tar.gz
ports-fe6d81d24538cd646a472735f9523f11881aad4e.zip
Notes
Diffstat (limited to 'textproc/pecl-ctemplate')
-rw-r--r--textproc/pecl-ctemplate/files/patch-cTemplate.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/pecl-ctemplate/files/patch-cTemplate.cpp b/textproc/pecl-ctemplate/files/patch-cTemplate.cpp
new file mode 100644
index 000000000000..c5117936e7c1
--- /dev/null
+++ b/textproc/pecl-ctemplate/files/patch-cTemplate.cpp
@@ -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);