svn commit: r327295 - head/mail/queue-fix

Bryan Drewery bdrewery at FreeBSD.org
Sat Sep 14 15:33:03 UTC 2013


Author: bdrewery
Date: Sat Sep 14 15:33:03 2013
New Revision: 327295
URL: http://svnweb.freebsd.org/changeset/ports/327295

Log:
  - Fix build on head without gcc
  
  Reported by:	pkg-fallout

Modified:
  head/mail/queue-fix/Makefile

Modified: head/mail/queue-fix/Makefile
==============================================================================
--- head/mail/queue-fix/Makefile	Sat Sep 14 15:31:04 2013	(r327294)
+++ head/mail/queue-fix/Makefile	Sat Sep 14 15:33:03 2013	(r327295)
@@ -41,6 +41,10 @@ PATCHFILES+=		queue-fix-todo.patch
 PATCH_DIST_STRIP+=	-p1
 .endif
 
+post-patch:
+	${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
+	${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld
+
 do-install:
 	@${MKDIR} ${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/queue-fix ${PREFIX}/bin


More information about the svn-ports-all mailing list