aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/plasma5-kwin/files
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-11-02 13:32:34 +0000
committerRene Ladan <rene@FreeBSD.org>2018-11-02 13:32:34 +0000
commit8a502cb2d43b4059a5678ee4539ca03603104107 (patch)
tree2c2c3d0def8d9d1ad349013f7b532f0065f57789 /x11-wm/plasma5-kwin/files
parentf60d4bacdc58ec061406d72cace1ac1266952e39 (diff)
downloadports-8a502cb2d43b4059a5678ee4539ca03603104107.tar.gz
ports-8a502cb2d43b4059a5678ee4539ca03603104107.zip
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
Notes
Notes: svn path=/head/; revision=483807
Diffstat (limited to 'x11-wm/plasma5-kwin/files')
-rw-r--r--x11-wm/plasma5-kwin/files/extra-patch-fbsd1016
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-wm/plasma5-kwin/files/extra-patch-fbsd10 b/x11-wm/plasma5-kwin/files/extra-patch-fbsd10
deleted file mode 100644
index a5b793dfb540..000000000000
--- a/x11-wm/plasma5-kwin/files/extra-patch-fbsd10
+++ /dev/null
@@ -1,16 +0,0 @@
-Clang 3.4 (base compiler in 10-STABLE) does not know
--Winconsistent-missing-override, and having that flag
-in the CXX flags messes up visibility detection. So
-don't warn about unknown warnings.
-
---- CMakeLists.txt.orig 2017-09-21 18:34:57.176858000 +0200
-+++ CMakeLists.txt 2017-09-21 18:35:15.580988000 +0200
-@@ -53,7 +53,7 @@
- set(CMAKE_CXX_STANDARD_REQUIRED ON)
-
- if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
-- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-inconsistent-missing-override")
-+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unknown-warning-option -Wno-inconsistent-missing-override")
- endif()
-
- find_package(Qt5Multimedia QUIET)