diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2013-01-08 22:33:10 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2013-01-08 22:33:10 +0000 |
commit | db5d2a7cc1643a0088d7159cc0fdeb2bf3deeb1e (patch) | |
tree | 9a3ca668e9292420dc99d7e7acff2e03974010e7 /mail/perdition/files/patch-perdition-db-gdbm-perditiondb_gdbm.h | |
parent | - Fix build without X11 (diff) |
- Update to 1.18 [1]
- Convert KNOBS to new options framework [1]
- Drop ABI version numbers in LIB_DEPENDS [1]
- Add UPDATING entry to inform users of IPv6 changes to
devel/libvanessa_socket that affect perdition [2]
PR: ports/174550 [1], ports/174410 [2]
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer) [1],
Joel Ray Holveck <joelh@piquan.org> [2]
Notes
Notes:
svn path=/head/; revision=310110
Diffstat (limited to 'mail/perdition/files/patch-perdition-db-gdbm-perditiondb_gdbm.h')
-rw-r--r-- | mail/perdition/files/patch-perdition-db-gdbm-perditiondb_gdbm.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/perdition/files/patch-perdition-db-gdbm-perditiondb_gdbm.h b/mail/perdition/files/patch-perdition-db-gdbm-perditiondb_gdbm.h new file mode 100644 index 000000000000..b2ad02404a7e --- /dev/null +++ b/mail/perdition/files/patch-perdition-db-gdbm-perditiondb_gdbm.h @@ -0,0 +1,10 @@ +--- ./perdition/db/gdbm/perditiondb_gdbm.h.orig 2013-01-08 16:05:30.000000000 -0500 ++++ ./perdition/db/gdbm/perditiondb_gdbm.h 2013-01-08 16:05:40.000000000 -0500 +@@ -31,7 +31,6 @@ + #include <gdbm.h> + + extern gdbm_error gdbm_errno; +-extern char *gdbm_version; + + #ifndef PERDITIONDB_GDBM_SYSCONFDIR + #define PERDITIONDB_GDBM_SYSCONFDIR "/usr/local/etc/perdition" |