opnsense-ports/deskutils/calibre/files/patch-setup_build.py
Franco Fichtner 8e467916c1 */*: sync with upstream
Taken from: FreeBSD
2023-02-17 09:06:26 +01:00

10 lines
288 B
Python

--- setup/build.py.orig 2023-02-03 02:11:49 UTC
+++ setup/build.py
@@ -682,6 +682,7 @@ sip-file = "{os.path.basename(sipf)}"
include-dirs = {ext.inc_dirs}
qmake-QT = {ext.qt_modules}
sip-file = "{os.path.basename(sipf)}"
+tags = ["WS_X11"]
''')
shutil.copy2(sipf, src_dir)