Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 2020 21:39:43 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533990 - head/mail/meta1/files
Message-ID:  <202005042139.044Ldh7P003308@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005042139.044Ldh7P003308>