aboutsummaryrefslogtreecommitdiff
path: root/mail/meta1
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2020-05-04 11:11:11 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2020-05-04 11:11:11 +0000
commit748d7f291a420935859239bc4d1b326404a67c38 (patch)
tree9fb99b1e82e4e2102c3edf8f23d64b7c220f4605 /mail/meta1
parent55fa77b71976d4312419a0c4e63169392faf49bc (diff)
downloadports-748d7f291a420935859239bc4d1b326404a67c38.tar.gz
ports-748d7f291a420935859239bc4d1b326404a67c38.zip
- fix build with -fno-common
Notes
Notes: svn path=/head/; revision=533914
Diffstat (limited to 'mail/meta1')
-rw-r--r--mail/meta1/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/meta1/Makefile b/mail/meta1/Makefile
index 2b48e76df8f3..19068faa56f3 100644
--- a/mail/meta1/Makefile
+++ b/mail/meta1/Makefile
@@ -110,8 +110,13 @@ IGNORE= option SASL2AUTHD needs option SASL2
TLS_SUFFIX?= -notls
.endif
+post-patch:
+ ${REINPLACE_CMD} -e 's| mapspec_kind;|;|' \
+ ${WRKSRC}/include/sm/mapcnf.h
+
post-configure:
- @${CP} ${WRKSRC}/misc/sm.check.sh ${WRKSRC}/misc/sm.setup.sh \
+ @${CP} ${WRKSRC}/misc/sm.check.sh \
+ ${WRKSRC}/misc/sm.setup.sh \
${WRKDIR}/
@${REINPLACE_CMD} -e 's|/etc/meta1|${META1CONFDIR}|g' \
-e 's|$${SD}/misc|${PREFIX}/bin|' \