diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-08-13 20:16:08 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-08-13 20:16:08 +0000 |
commit | 0b1558fe45d558f8f775b664cbdfd2a20a8d56cd (patch) | |
tree | 5554bbf2d8a5812a24d3ea7261be7d1838022361 /misc/cdcollect/files/patch-src_DBsql.cs | |
parent | Fix build with recent libressl (2.4.2). (diff) |
- Add LICENSE information
- Switch to USES=localbase
- Port is architecture neutral
- Regenerate patch with make makepatch
Notes
Notes:
svn path=/head/; revision=420164
Diffstat (limited to 'misc/cdcollect/files/patch-src_DBsql.cs')
-rw-r--r-- | misc/cdcollect/files/patch-src_DBsql.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/cdcollect/files/patch-src_DBsql.cs b/misc/cdcollect/files/patch-src_DBsql.cs index 1fabeaf61567..2083e9194b9b 100644 --- a/misc/cdcollect/files/patch-src_DBsql.cs +++ b/misc/cdcollect/files/patch-src_DBsql.cs @@ -1,6 +1,6 @@ ---- src/DBsql.cs.orig +--- src/DBsql.cs.orig 2006-11-24 17:12:13 UTC +++ src/DBsql.cs -@@ -958,10 +958,10 @@ +@@ -958,10 +958,10 @@ public class CDDatabaseSql private int sql_command_id (string comm) { IDbCommand command = sqlite_connection.CreateCommand (); |