summaryrefslogtreecommitdiff
path: root/games/py-pychess/files/patch-setup
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2020-04-10 21:33:59 +0000
committerMikhail Teterin <mi@FreeBSD.org>2020-04-10 21:33:59 +0000
commita966b0e0b2015b84c6604ce35a50bd7c348ba9da (patch)
treed121e168bcba6d6fc7d06360e5c2f7b34a7fb740 /games/py-pychess/files/patch-setup
parentdevel/meson: update to 0.54.0 (diff)
Re-add the py-pychess now that I figured out the USES=display quirk.
This port needs a working X11 DISPLAY for all of configure, build, install and stage, whereas Uses/display.mk only provides it for one such target...
Diffstat (limited to 'games/py-pychess/files/patch-setup')
-rw-r--r--games/py-pychess/files/patch-setup9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/py-pychess/files/patch-setup b/games/py-pychess/files/patch-setup
new file mode 100644
index 000000000000..96fc1fb3be87
--- /dev/null
+++ b/games/py-pychess/files/patch-setup
@@ -0,0 +1,9 @@
+--- setup.py 2019-03-10 06:22:01.000000000 -0400
++++ setup.py 2020-04-05 12:09:51.478233000 -0400
+@@ -343,5 +343,4 @@
+ scripts=['pychess'],
+ options={"build_exe": build_exe_options,
+- "bdist_msi": bdist_msi_options},
+- executables=executables
++ "bdist_msi": bdist_msi_options}
+ )