summaryrefslogtreecommitdiff
path: root/math/kcalc/patches/patch-knumber_tests_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'math/kcalc/patches/patch-knumber_tests_CMakeLists.txt')
-rw-r--r--math/kcalc/patches/patch-knumber_tests_CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/math/kcalc/patches/patch-knumber_tests_CMakeLists.txt b/math/kcalc/patches/patch-knumber_tests_CMakeLists.txt
deleted file mode 100644
index 1875ebacb93..00000000000
--- a/math/kcalc/patches/patch-knumber_tests_CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-knumber_tests_CMakeLists.txt,v 1.1 2013/04/03 10:52:24 markd Exp $
-
-use mpfr (alternate code doesnt build on BSD)
-
---- knumber/tests/CMakeLists.txt.orig 2013-03-01 07:05:02.000000000 +0000
-+++ knumber/tests/CMakeLists.txt
-@@ -5,4 +5,4 @@ set(knumbertest_SRCS knumbertest.cpp ${l
-
- kde4_add_unit_test(knumbertest TESTNAME KNumber ${knumbertest_SRCS})
-
--target_link_libraries(knumbertest ${KDE4_KDECORE_LIBS} ${GMP_LIBRARIES})
-+target_link_libraries(knumbertest ${KDE4_KDECORE_LIBS} ${GMP_LIBRARIES} ${MPFR_LIBRARIES})