aboutsummaryrefslogtreecommitdiff
path: root/mail/meta1
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2020-05-04 21:39:43 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2020-05-04 21:39:43 +0000
commit49e59c47c56096c3fc6fd7eb1fabce14a9f29a6e (patch)
treec369c8b32931281bbff02fdcb535b3f49c24bdb8 /mail/meta1
parenteff60e5ddbce15a254c860d4fef91197591e24a4 (diff)
downloadports-49e59c47c56096c3fc6fd7eb1fabce14a9f29a6e.tar.gz
ports-49e59c47c56096c3fc6fd7eb1fabce14a9f29a6e.zip
- fix build with -fno-common
Notes
Notes: svn path=/head/; revision=533990
Diffstat (limited to 'mail/meta1')
-rw-r--r--mail/meta1/files/patch-mapcnf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/meta1/files/patch-mapcnf.h b/mail/meta1/files/patch-mapcnf.h
new file mode 100644
index 000000000000..17929c7bd645
--- /dev/null
+++ b/mail/meta1/files/patch-mapcnf.h
@@ -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) \