diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-26 07:57:19 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-26 07:57:19 +0000 |
commit | 29cdae0c369c3942d04cad7a9b89fd0b8b610b46 (patch) | |
tree | 4919c62b01e6fe22430969e7bc2dd479f49cf99f /editors/codelite/files/patch-configure | |
parent | A barcode encoding library supporting over 50 symbologies including Code 128, (diff) |
- Update to 2.3.0.3833
Notes
Notes:
svn path=/head/; revision=251525
Diffstat (limited to 'editors/codelite/files/patch-configure')
-rw-r--r-- | editors/codelite/files/patch-configure | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/editors/codelite/files/patch-configure b/editors/codelite/files/patch-configure deleted file mode 100644 index 2f191888d509..000000000000 --- a/editors/codelite/files/patch-configure +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig 2009-09-21 23:59:39.000000000 +0200 -+++ configure 2009-11-18 14:04:34.000000000 +0100 -@@ -82,6 +82,9 @@ - else - echo "CCFLAGS := \$(CCFLAGS) -D__APPLE__ -DMACOSX" >> Makefile - fi -+ if [ "$os_name" = "FreeBSD" ]; then -+ echo "LINK_FLAGS := \$(LINK_FLAGS) -lkvm" >> Makefile -+ fi - echo "INCLUDES := \$(INCLUDES) -I. -I${base_dir}/sdk/codelite_indexer/network -I${base_dir}/sdk/wxsqlite3/include -I${base_dir}/sdk/wxsqlite3/sqlite3/include -I${base_dir}/sdk/wxscintilla/include -I${base_dir}/sdk/wxscintilla/src/scintilla/include -I${base_dir}/sdk/wxpropgrid/include -I${base_dir}/sdk/wxscintilla/src/scintilla/src -I${base_dir}/Interfaces -I${base_dir}/Debugger -I${base_dir}/Plugin -I${base_dir}/CodeLite " >> Makefile - echo "" >> Makefile - echo "" >> Makefile -@@ -308,7 +311,7 @@ - - ## On FreeBSD, -ldl is part og libc - if [ "$os_name" = "FreeBSD" ]; then -- echo " \$(CMP) -o codelite_indexer \$(codelite_indexer_objects) -lpthread " >> Makefile -+ echo " \$(CMP) -o codelite_indexer \$(codelite_indexer_objects) -lpthread -lkvm" >> Makefile - else - echo " \$(CMP) -o codelite_indexer \$(codelite_indexer_objects) -lpthread -ldl " >> Makefile - fi |