git: ae162bd98935 - 2021Q2 - graphics/py-pillow: fix build

Thierry Thomas thierry at FreeBSD.org
Sun Jun 27 17:24:20 UTC 2021


The branch 2021Q2 has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ae162bd989359e2e599a2b9cb58da87bdec05fab

commit ae162bd989359e2e599a2b9cb58da87bdec05fab
Author:     Thierry Thomas <thierry at FreeBSD.org>
AuthorDate: 2021-06-27 17:19:56 +0000
Commit:     Thierry Thomas <thierry at FreeBSD.org>
CommitDate: 2021-06-27 17:19:56 +0000

    graphics/py-pillow: fix build
    
    As koobs@ reported, my previous commit was bad:
    
    error: option --disable-raqm not recognized
    
    PR:             255361
    Reported by:    kai@
---
 graphics/py-pillow/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile
index 4a47300c872d..e12817ad886a 100644
--- a/graphics/py-pillow/Makefile
+++ b/graphics/py-pillow/Makefile
@@ -73,7 +73,7 @@ XCB_VARS_OFF=		PYDISTUTILS_BUILDARGS+="--disable-xcb"
 .include <bsd.port.pre.mk>
 
 PYDISTUTILS_BUILD_TARGET=	build build_ext
-PYDISTUTILS_BUILDARGS+=		saveopts --disable-raqm
+PYDISTUTILS_BUILDARGS+=		--disable-raqm saveopts
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PIL/*.so


More information about the dev-commits-ports-branches mailing list