diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2014-12-16 07:59:19 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2014-12-16 07:59:19 +0300 |
commit | 88a8eea988113609b0bd3a8c1e33d4347501792e (patch) | |
tree | dda4e21ec37a4064f42c9e104f5f6dfa34c0c4c5 /dev-util/codelite/files | |
parent | a403a195781f3e50356f0a2b8e92838216176502 (diff) |
removed outdated codelite
Diffstat (limited to 'dev-util/codelite/files')
-rw-r--r-- | dev-util/codelite/files/codelite-5.0.6213_configure.patch | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/dev-util/codelite/files/codelite-5.0.6213_configure.patch b/dev-util/codelite/files/codelite-5.0.6213_configure.patch deleted file mode 100644 index efcbba0..0000000 --- a/dev-util/codelite/files/codelite-5.0.6213_configure.patch +++ /dev/null @@ -1,47 +0,0 @@ ---- a/configure -+++ b/configure -@@ -149,7 +149,7 @@ createVariables() - configuration="Release_gcc_unicode" - ext=u - debug_flag="" -- optimization=" -O3 -DREGEXP_UNICODE " -+ optimization=" -DREGEXP_UNICODE ${CFLAGS} " - # In release builds, unless otherwise instructed, tell wx to disable asserts - asserts="-DNDEBUG" - if [ "$asserts_specified" = "on" ]; then -@@ -353,7 +353,7 @@ createCodeLiteCppcheckMakefile () - else - configuration="Release" - debug_flag="" -- optimization=" -O2 " -+ optimization="${CFLAGS}" - # In release builds, unless otherwise instructed, tell wx to disable asserts - asserts="-DNDEBUG" - if [ "$asserts_specified" = "on" ]; then -@@ -448,7 +448,7 @@ createCodeLiteClangMakefile() - else - configuration="Release" - debug_flag="" -- optimization=" -O2 " -+ optimization="${CFLAGS}" - # In release builds, unless otherwise instructed, tell wx to disable asserts - asserts="-DNDEBUG" - if [ "$asserts_specified" = "on" ]; then -@@ -559,7 +559,7 @@ createCodeLiteGCCMakefile () - else - configuration="Release" - debug_flag="" -- optimization=" -O2 " -+ optimization="${CFLAGS}" - # In release builds, unless otherwise instructed, tell wx to disable asserts - asserts="-DNDEBUG" - if [ "$asserts_specified" = "on" ]; then -@@ -672,7 +672,7 @@ createCodeLiteIndexerMakefile () - else - configuration="Release" - debug_flag="" -- optimization=" -O2 " -+ optimization="${CFLAGS}" - # In release builds, unless otherwise instructed, tell wx to disable asserts - asserts="-DNDEBUG" - if [ "$asserts_specified" = "on" ]; then |