svn commit: r345569 - head/mail/simscan

Bryan Drewery bdrewery at FreeBSD.org
Sat Feb 22 06:10:27 UTC 2014


Author: bdrewery
Date: Sat Feb 22 06:10:26 2014
New Revision: 345569
URL: http://svnweb.freebsd.org/changeset/ports/345569
QAT: https://qat.redports.org/buildarchive/r345569/

Log:
  Fix build without gcc on 10+

Modified:
  head/mail/simscan/Makefile

Modified: head/mail/simscan/Makefile
==============================================================================
--- head/mail/simscan/Makefile	Sat Feb 22 06:01:31 2014	(r345568)
+++ head/mail/simscan/Makefile	Sat Feb 22 06:10:26 2014	(r345569)
@@ -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} ""


More information about the svn-ports-all mailing list