diff options
Diffstat (limited to 'x11/xpra/files/patch-setup.py')
-rw-r--r-- | x11/xpra/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/xpra/files/patch-setup.py b/x11/xpra/files/patch-setup.py new file mode 100644 index 000000000000..6c3f76f246b0 --- /dev/null +++ b/x11/xpra/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2024-02-06 07:54:06 UTC ++++ setup.py +@@ -1762,7 +1762,7 @@ else: + if data_ENABLED: + man_path = "share/man" + icons_dir = "icons" +- if OPENBSD or FREEBSD: ++ if OPENBSD: + man_path = "man" + if OPENBSD or FREEBSD or is_openSUSE(): + icons_dir = "pixmaps" |