svn commit: r427172 - head/mail/abook/files

Baptiste Daroussin bapt at FreeBSD.org
Sat Nov 26 15:24:25 UTC 2016


Author: bapt
Date: Sat Nov 26 15:24:23 2016
New Revision: 427172
URL: https://svnweb.freebsd.org/changeset/ports/427172

Log:
  Add forgotten patch

Added:
  head/mail/abook/files/
  head/mail/abook/files/patch-database.h   (contents, props changed)

Added: head/mail/abook/files/patch-database.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/abook/files/patch-database.h	Sat Nov 26 15:24:23 2016	(r427172)
@@ -0,0 +1,11 @@
+--- database.h.orig	2015-10-04 02:38:25 UTC
++++ database.h
+@@ -61,7 +61,7 @@ struct db_enumerator {
+ /*
+  * Field operations
+  */
+-inline int field_id(int i);
++int field_id(int i);
+ abook_field *find_standard_field(char *key, int do_declare);
+ abook_field *real_find_field(char *key, abook_field_list *list, int *nb);
+ #define find_field(key, list)		real_find_field(key, list, NULL)


More information about the svn-ports-head mailing list