From 540e4031fcebd736422d4e3a9c6cdf04bb9aec14 Mon Sep 17 00:00:00 2001 From: ak Date: Tue, 8 Oct 2013 05:47:27 +0000 Subject: - Fix build in poudriere (remove MAKEFLAGS) [1] Reported by: olgeni Submitted by: KATO Tsuguru [1] --- graphics/pngquant/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graphics/pngquant/Makefile b/graphics/pngquant/Makefile index 43f9365..b3557c5 100644 --- a/graphics/pngquant/Makefile +++ b/graphics/pngquant/Makefile @@ -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 -- cgit v1.1