aboutsummaryrefslogtreecommitdiff
path: root/mail/simscan
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-02-22 06:10:26 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-02-22 06:10:26 +0000
commit154dc646f67d26aef422b398c07707a1dd9a8bf9 (patch)
tree534925dc38d3669ca8bcd1d94595cbaa24aa67e6 /mail/simscan
parent5cfa524cbee870b8a119ddb3ec0bee7114494e3e (diff)
downloadports-154dc646f67d26aef422b398c07707a1dd9a8bf9.tar.gz
ports-154dc646f67d26aef422b398c07707a1dd9a8bf9.zip
Fix build without gcc on 10+
Notes
Notes: svn path=/head/; revision=345569
Diffstat (limited to 'mail/simscan')
-rw-r--r--mail/simscan/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/simscan/Makefile b/mail/simscan/Makefile
index eb99100a8cc2..3eaf9fce26ad 100644
--- a/mail/simscan/Makefile
+++ b/mail/simscan/Makefile
@@ -125,6 +125,8 @@ fi
post-patch:
@${REINPLACE_CMD} -E 's,($f/daily.cvd"),\1 || test -d "$$f/daily.inc",' \
${WRKSRC}/configure
+ @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/cdb/conf-cc
+ @${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/cdb/conf-ld
pre-configure:
@${ECHO_MSG} ""