mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
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
12 lines
322 B
Text
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)
|