freebsd-ports/deskutils/calibre/files/patch-setup_build.py
Guido Falsi e17a13d2c3 Remove some patches to build files not needed anymore with the
update to py-sip 5.5.0 in r558168.

No functional change, so no PORTREVISION bump.
2020-12-16 10:30:37 +00:00

10 lines
277 B
Python

--- setup/build.py.orig 2020-12-12 08:56:45 UTC
+++ setup/build.py
@@ -495,6 +495,7 @@ exceptions = {needs_exceptions}
include-dirs = {ext.inc_dirs}
qmake-QT = ["widgets"]
sip-file = "{os.path.basename(sipf)}"
+tags = ["WS_X11"]
''')
shutil.copy2(sipf, src_dir)