svn commit: r533990 - head/mail/meta1/files

Dirk Meyer dinoex at FreeBSD.org
Mon May 4 21:39:43 UTC 2020


Author: dinoex
Date: Mon May  4 21:39:43 2020
New Revision: 533990
URL: https://svnweb.freebsd.org/changeset/ports/533990

Log:
  - fix build with -fno-common

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

Added: head/mail/meta1/files/patch-mapcnf.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/meta1/files/patch-mapcnf.h	Mon May  4 21:39:43 2020	(r533990)
@@ -0,0 +1,11 @@
+--- include/sm/mapcnf.h.orig	2014-05-30 15:34:55 UTC
++++ include/sm/mapcnf.h
+@@ -42,7 +42,7 @@ enum mapspec_kind_E
+ 	, MST_BHT	= 5
+ 	, MST_CDB	= 6
+ 	, MST_TST	= 7
+-} mapspec_kind;
++};
+ typedef enum mapspec_kind_E mapspec_kind_T;
+ 
+ #define SM_MAPSPEC(what)	\


More information about the svn-ports-all mailing list