summaryrefslogtreecommitdiff
path: root/math/kcalc-kde4/files/patch-knumber_tests_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'math/kcalc-kde4/files/patch-knumber_tests_CMakeLists.txt')
-rw-r--r--math/kcalc-kde4/files/patch-knumber_tests_CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/kcalc-kde4/files/patch-knumber_tests_CMakeLists.txt b/math/kcalc-kde4/files/patch-knumber_tests_CMakeLists.txt
new file mode 100644
index 000000000000..ec9798e88609
--- /dev/null
+++ b/math/kcalc-kde4/files/patch-knumber_tests_CMakeLists.txt
@@ -0,0 +1,8 @@
+--- knumber/tests/CMakeLists.txt.orig 2013-03-09 12:21:29.000000000 +0100
++++ knumber/tests/CMakeLists.txt 2013-03-09 12:22:29.000000000 +0100
+@@ -5,4 +5,4 @@
+
+ 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})