File: libm.diff

package info (click to toggle)
cuneiform 1.1.0%2Bdfsg-9
  • links: PTS
  • area: non-free
  • in suites: bookworm, trixie
  • size: 71,808 kB
  • sloc: ansic: 183,506; cpp: 101,929; makefile: 82; sh: 59
file content (25 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: link the leo and r35 libraries with libm
Author: Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>, Jakub Wilk <jwilk@debian.org>
Forwarded: no
Last-Update: 2012-04-23

--- a/cuneiform_src/Kern/leo/CMakeLists.txt
+++ b/cuneiform_src/Kern/leo/CMakeLists.txt
@@ -23,6 +23,7 @@
 msk32
 r3532
 std32
+m
 )
 
 library_hook(leo32)
--- a/cuneiform_src/Kern/r35/CMakeLists.txt
+++ b/cuneiform_src/Kern/r35/CMakeLists.txt
@@ -3,6 +3,6 @@
 
 set_property(TARGET r3532 PROPERTY COMPILE_DEFINITIONS __R35__)
 
-target_link_libraries(r3532 mmx32 std32 cfcompat)
+target_link_libraries(r3532 mmx32 std32 cfcompat m)
 
 library_hook(r3532)