Rex Dieter b366598
diff -up kdelibs-4.14.17/ConfigureChecks.cmake.gcc6 kdelibs-4.14.17/ConfigureChecks.cmake
Rex Dieter b366598
--- kdelibs-4.14.17/ConfigureChecks.cmake.gcc6	2016-02-11 23:06:08.000000000 -0600
Rex Dieter b366598
+++ kdelibs-4.14.17/ConfigureChecks.cmake	2016-02-12 19:14:07.707788177 -0600
Rex Dieter b366598
@@ -244,7 +244,7 @@ check_prototype_exists(unsetenv stdlib.h
Rex Dieter b366598
 check_prototype_exists(usleep unistd.h              HAVE_USLEEP_PROTO)
Rex Dieter b366598
 check_prototype_exists(initgroups "unistd.h;sys/types.h;unistd.h;grp.h" HAVE_INITGROUPS_PROTO)
Rex Dieter b366598
 check_prototype_exists(setreuid unistd.h            HAVE_SETREUID_PROTO)
Rex Dieter b366598
-check_prototype_exists(trunc math.h                 HAVE_TRUNC)
Rex Dieter b366598
+check_prototype_exists(truncf math.h                HAVE_TRUNC)
Rex Dieter b366598
 
Rex Dieter b366598
 # check for existing datatypes
Rex Dieter b366598