diff options
author | obache <obache@pkgsrc.org> | 2010-09-11 08:26:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-11 08:26:04 +0000 |
commit | f97204915c6fb5b2dc18b7bf55af1930ba3376a7 (patch) | |
tree | ce2b3a014aa8b71287afebd3e4cab187f8d85486 /databases/tinycdb/patches/patch-ab | |
parent | 1c57778248ebfccb85352bada1022bc4bbb18dec (diff) | |
download | pkgsrc-f97204915c6fb5b2dc18b7bf55af1930ba3376a7.tar.gz |
Update tinycdb to 0.77.
pkgsrc changes:
* simplify subst with SUBST_VARS.
* build and install shared library.
* install pkgconfig file.
package changes:
tinycdb-0.77
- bugfix release: manpage typos, portability fixes and the like
- bugfix: improper logic in EINTR handling in _cdb_make_full_write
routine which may lead to corruped .cdb file.
Diffstat (limited to 'databases/tinycdb/patches/patch-ab')
-rw-r--r-- | databases/tinycdb/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/tinycdb/patches/patch-ab b/databases/tinycdb/patches/patch-ab new file mode 100644 index 00000000000..1e9d9115689 --- /dev/null +++ b/databases/tinycdb/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2010/09/11 08:26:04 obache Exp $ + +--- debian/libcdb.pc.orig 2009-01-12 22:18:47.000000000 +0000 ++++ debian/libcdb.pc +@@ -1,6 +1,6 @@ + # Package Information for pkg-config + +-prefix=/usr ++prefix=@PREFIX@ + exec_prefix=${prefix} + libdir=${exec_prefix}/lib + includedir=${prefix}/include |