svn commit: r327293 - head/mail/qmail

Bryan Drewery bdrewery at FreeBSD.org
Sat Sep 14 15:23:52 UTC 2013


Author: bdrewery
Date: Sat Sep 14 15:23:52 2013
New Revision: 327293
URL: http://svnweb.freebsd.org/changeset/ports/327293

Log:
  Fix qmail-spamcontrol build on head without gcc
  
  Reported by:	bapt

Modified:
  head/mail/qmail/Makefile

Modified: head/mail/qmail/Makefile
==============================================================================
--- head/mail/qmail/Makefile	Sat Sep 14 14:47:56 2013	(r327292)
+++ head/mail/qmail/Makefile	Sat Sep 14 15:23:52 2013	(r327293)
@@ -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


More information about the svn-ports-head mailing list