pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-Pillow py-Pillow: Fix build when X11 is in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3edc6b3a313b
branches:  trunk
changeset: 448624:3edc6b3a313b
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Mar 11 08:51:55 2021 +0000

description:
py-Pillow: Fix build when X11 is installed

* Disable xcb option explicitly.

diffstat:

 graphics/py-Pillow/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 9f9269087229 -r 3edc6b3a313b graphics/py-Pillow/Makefile
--- a/graphics/py-Pillow/Makefile       Thu Mar 11 08:23:07 2021 +0000
+++ b/graphics/py-Pillow/Makefile       Thu Mar 11 08:51:55 2021 +0000
@@ -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 @@
 
 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