summaryrefslogtreecommitdiff
path: root/packages/wt/files
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2008-10-18 01:37:17 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2008-10-18 01:37:17 +0200
commit748fa1c06fa6d1402dd6af1f86056b341a4c2cad (patch)
treea2de0ee849aec4c7dc6ae2a106b68f03027fd600 /packages/wt/files
parenta55c96741eb4530e29c5aa8aed70a80d4ab2084a (diff)
wt: add wt 2.2.0, a C++ Web Toolkit
Diffstat (limited to 'packages/wt/files')
-rw-r--r--packages/wt/files/cmakelist.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/wt/files/cmakelist.patch b/packages/wt/files/cmakelist.patch
new file mode 100644
index 0000000000..405914a4ed
--- /dev/null
+++ b/packages/wt/files/cmakelist.patch
@@ -0,0 +1,8 @@
+diff -urN wt-2.2.0.orig/src/Wt/Ext/CMakeLists.txt wt-2.2.0/src/Wt/Ext/CMakeLists.txt
+--- wt-2.2.0.orig/src/Wt/Ext/CMakeLists.txt 2008-07-15 08:25:54.000000000 +0200
++++ wt-2.2.0/src/Wt/Ext/CMakeLists.txt 2008-10-17 22:37:38.000000000 +0200
+@@ -1,2 +1,3 @@
+-INSTALL_FILES(/include/Wt/Ext "...+[^Ch~]$")
++# avoid CMake* getting included
++INSTALL_FILES(/include/Wt/Ext "^[A-Z][a-z].*[^Ch~]$")
+ INSTALL_FILES(/include/Wt/Ext ExtDllDefs.h)