pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-Pillow



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Mar 11 08:51:55 UTC 2021

Modified Files:
        pkgsrc/graphics/py-Pillow: Makefile

Log Message:
py-Pillow: Fix build when X11 is installed

* Disable xcb option explicitly.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/graphics/py-Pillow/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-Pillow/Makefile
diff -u pkgsrc/graphics/py-Pillow/Makefile:1.51 pkgsrc/graphics/py-Pillow/Makefile:1.52
--- pkgsrc/graphics/py-Pillow/Makefile:1.51     Wed Mar 10 18:43:30 2021
+++ pkgsrc/graphics/py-Pillow/Makefile  Thu Mar 11 08:51:55 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2021/03/10 18:43:30 adam Exp $
+# $NetBSD: Makefile,v 1.52 2021/03/11 08:51:55 ryoon Exp $
 
 DISTNAME=      Pillow-8.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,6 +20,9 @@ TEST_DEPENDS+=        netpbm-[0-9]*:../../graph
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+PYSETUPBUILDTARGET=    build_ext
+PYSETUPBUILDARGS+=     --disable-xcb
+
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/lcms2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index