Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 15:33:03 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327295 - head/mail/queue-fix
Message-ID:  <201309141533.r8EFX3p7001859@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309141533.r8EFX3p7001859>