ports/math/kcalc-kde4/files/patch-CMakeLists.txt
Tobias C. Berner a4a7daf069 Give the KDE SC4 applications ports a -kde4 suffix
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.

PR:		225992
Exp-run by:	antoine
Reviewed by:	rakuco, adridg
Differential Revision:	https://reviews.freebsd.org/D14413
2018-02-22 19:03:17 +00:00

12 lines
322 B
Text

--- CMakeLists.txt.orig 2013-03-01 08:05:02.371999000 +0100
+++ CMakeLists.txt 2013-03-09 12:19:03.000000000 +0100
@@ -36,6 +36,9 @@
endif()
endif(NOT GMP_FOUND)
+find_package (MPFR REQUIRED)
+add_definitions (-DKNUMBER_USE_MPFR)
+
include(CheckTypeSize)
include(CheckFunctionExists)
include(CheckIncludeFiles)