summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-02-01 17:16:01 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-02-04 01:22:54 +0100
commit02cb998b9cb2cd5ef36fe0b86781fc452a0d150e (patch)
tree3c7658571eaf9754bdc4ab3ca5ba6fe121da80f1 /kcontrol
parent9a394bb261926a6ef9e8a5155c2ebe70261affe3 (diff)
downloadtdebase-02cb998b9cb2cd5ef36fe0b86781fc452a0d150e.tar.gz
tdebase-02cb998b9cb2cd5ef36fe0b86781fc452a0d150e.zip
Use common test for large files support.
Drop hardcoded definition -D_LARGEFILE64_SOURCE. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/fonts/CMakeLists.txt2
-rw-r--r--kcontrol/tdefontinst/lib/CMakeLists.txt2
2 files changed, 0 insertions, 4 deletions
diff --git a/kcontrol/fonts/CMakeLists.txt b/kcontrol/fonts/CMakeLists.txt
index 46787bcd6..8e82c01a8 100644
--- a/kcontrol/fonts/CMakeLists.txt
+++ b/kcontrol/fonts/CMakeLists.txt
@@ -29,8 +29,6 @@ set( HAVE_FREETYPE2 1 CACHE INTERNAL "" FORCE )
##### compiler/linker settings ##################
-add_definitions( -D_LARGEFILE64_SOURCE )
-
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
diff --git a/kcontrol/tdefontinst/lib/CMakeLists.txt b/kcontrol/tdefontinst/lib/CMakeLists.txt
index 325b1b51d..411307aba 100644
--- a/kcontrol/tdefontinst/lib/CMakeLists.txt
+++ b/kcontrol/tdefontinst/lib/CMakeLists.txt
@@ -9,8 +9,6 @@
#
#################################################
-add_definitions( -D_LARGEFILE64_SOURCE )
-
include_directories(
${CMAKE_BINARY_DIR}
${TDE_INCLUDE_DIR}