summaryrefslogtreecommitdiff
path: root/x11-wm/xpra/files/xpra-0.17.4-deprecated-avcodec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/xpra/files/xpra-0.17.4-deprecated-avcodec.patch')
-rw-r--r--x11-wm/xpra/files/xpra-0.17.4-deprecated-avcodec.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/xpra/files/xpra-0.17.4-deprecated-avcodec.patch b/x11-wm/xpra/files/xpra-0.17.4-deprecated-avcodec.patch
deleted file mode 100644
index 13bd4be892d5..000000000000
--- a/x11-wm/xpra/files/xpra-0.17.4-deprecated-avcodec.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xpra-0.17.4/setup.py
-+++ xpra-0.17.4/setup.py
-@@ -660,7 +660,7 @@
- "-Wno-unused-function",
- "-Wno-sometimes-uninitialized"]
- elif get_gcc_version()>=[4, 4]:
-- eifd = ["-Werror",
-+ eifd = ["-Werror", "-Wno-error=deprecated-declarations",
- #CentOS 6.x gives us some invalid warnings in nvenc, ignore those:
- #"-Wno-error=uninitialized",
- #needed on Debian and Ubuntu to avoid this error: