aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-09-14 23:23:52 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-09-14 23:23:52 +0800
commit01273c9ea211cb96f83e557ff9ddeb25652d2a91 (patch)
tree58bb14fa1c0f1496eb8b232df5f455219ceddaac /mail
parent0e976df11039ab51cbd35c06f4b0500ddda540ed (diff)
downloadfreebsd-ports-gnome-01273c9ea211cb96f83e557ff9ddeb25652d2a91.tar.gz
freebsd-ports-gnome-01273c9ea211cb96f83e557ff9ddeb25652d2a91.tar.zst
freebsd-ports-gnome-01273c9ea211cb96f83e557ff9ddeb25652d2a91.zip
Fix qmail-spamcontrol build on head without gcc
Reported by: bapt
Diffstat (limited to 'mail')
-rw-r--r--mail/qmail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index de25a63833c8..edb6f7b7a618 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -694,6 +694,7 @@ post-patch:
@cd ${UCSPISRC}/src && ${PATCH} -p0 < ${DISTDIR}/${DIST_SUBDIR}/ucspi-ssl-0.70_ucspitls-0.6.patch_
@${ECHO_CMD} "${UCSPISRC}/compile" > ${WRKSRC}/conf-ucspissl
${ECHO_CMD} "${CC} ${CFLAGS}" > ${UCSPISRC}/src/conf-cc
+ ${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${UCSPISRC}/src/conf-ld
${ECHO_CMD} "${PREFIX}" > ${UCSPISRC}/src/conf-home
${ECHO_CMD} "${PREFIX}/bin" > ${UCSPISRC}/src/conf-tcpbin
${ECHO_CMD} "/etc/ssl" > ${UCSPISRC}/src/conf-cadir