diff options
author | vanilla <vanilla@FreeBSD.org> | 2007-07-17 17:51:28 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2007-07-17 17:51:28 +0800 |
commit | f293f10874522033bd7a3292081436f1ad45253e (patch) | |
tree | 884a5bcbbfafb8c9ad5c813a237617c330d213d3 /textproc/pecl-ctemplate | |
parent | 98abfed36e0f4267e14768c17bce73a40ffcea12 (diff) | |
download | freebsd-ports-gnome-f293f10874522033bd7a3292081436f1ad45253e.tar.gz freebsd-ports-gnome-f293f10874522033bd7a3292081436f1ad45253e.tar.zst freebsd-ports-gnome-f293f10874522033bd7a3292081436f1ad45253e.zip |
Fix build with google-ctemplate 0.7.
Diffstat (limited to 'textproc/pecl-ctemplate')
-rw-r--r-- | textproc/pecl-ctemplate/files/patch-cTemplate.cpp | 10 |
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); |