]> git.pld-linux.org Git - packages/cuneiform.git/blame - cuneiform-libm.patch
- release 2
[packages/cuneiform.git] / cuneiform-libm.patch
CommitLineData
c80adbeb
TP
1diff -urNp cuneiform-linux-1.1.0.orig/cuneiform_src/Kern/leo/CMakeLists.txt cuneiform-linux-1.1.0/cuneiform_src/Kern/leo/CMakeLists.txt
2--- cuneiform-linux-1.1.0.orig/cuneiform_src/Kern/leo/CMakeLists.txt 2011-04-19 14:49:57.000000000 +0200
3+++ cuneiform-linux-1.1.0/cuneiform_src/Kern/leo/CMakeLists.txt 2011-05-13 22:39:37.670000005 +0200
4@@ -23,6 +23,7 @@ fon32
5 msk32
6 r3532
7 std32
8+m
9 )
10
11 library_hook(leo32)
12diff -urNp cuneiform-linux-1.1.0.orig/cuneiform_src/Kern/r35/CMakeLists.txt cuneiform-linux-1.1.0/cuneiform_src/Kern/r35/CMakeLists.txt
13--- cuneiform-linux-1.1.0.orig/cuneiform_src/Kern/r35/CMakeLists.txt 2011-04-19 14:49:57.000000000 +0200
14+++ cuneiform-linux-1.1.0/cuneiform_src/Kern/r35/CMakeLists.txt 2011-05-13 22:39:42.170000006 +0200
15@@ -3,6 +3,6 @@ src/r35.c)
16
17 set_property(TARGET r3532 PROPERTY COMPILE_DEFINITIONS __R35__)
18
19-target_link_libraries(r3532 mmx32 std32 cfcompat)
20+target_link_libraries(r3532 mmx32 std32 cfcompat m)
21
22 library_hook(r3532)
23diff -urNp cuneiform-linux-1.1.0.orig/cuneiform_src/Kern/rstr/CMakeLists.txt cuneiform-linux-1.1.0/cuneiform_src/Kern/rstr/CMakeLists.txt
24--- cuneiform-linux-1.1.0.orig/cuneiform_src/Kern/rstr/CMakeLists.txt 2011-04-19 14:49:57.000000000 +0200
25+++ cuneiform-linux-1.1.0/cuneiform_src/Kern/rstr/CMakeLists.txt 2011-05-13 22:39:48.060000006 +0200
26@@ -105,6 +105,7 @@ rling
27 rsadd
28 std32
29 leo32
30+m
31 )
32
33 library_hook(rstr)
This page took 0.052441 seconds and 4 git commands to generate.