svn commit: r329758 - head/graphics/pngquant

Alex Kozlov ak at FreeBSD.org
Tue Oct 8 05:47:27 UTC 2013


Author: ak
Date: Tue Oct  8 05:47:27 2013
New Revision: 329758
URL: http://svnweb.freebsd.org/changeset/ports/329758

Log:
  - Fix build in poudriere (remove MAKEFLAGS) [1]
  
  Reported by:	olgeni
  Submitted by:	KATO Tsuguru [1]

Modified:
  head/graphics/pngquant/Makefile

Modified: head/graphics/pngquant/Makefile
==============================================================================
--- head/graphics/pngquant/Makefile	Tue Oct  8 05:44:04 2013	(r329757)
+++ head/graphics/pngquant/Makefile	Tue Oct  8 05:47:27 2013	(r329758)
@@ -48,6 +48,9 @@ OPENMP_LDFLAGS=	-lgomp -pthread
 CFLAGS+=	-DNDEBUG
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|-$$(MAKEFLAGS)||' ${WRKSRC}/Makefile
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/pngquant ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/pngquant.1 ${STAGEDIR}${MANPREFIX}/man/man1


More information about the svn-ports-all mailing list