summaryrefslogtreecommitdiff
path: root/community/sakura/linker.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/sakura/linker.patch')
-rw-r--r--community/sakura/linker.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/sakura/linker.patch b/community/sakura/linker.patch
new file mode 100644
index 000000000..9277461d9
--- /dev/null
+++ b/community/sakura/linker.patch
@@ -0,0 +1,11 @@
+--- sakura-3.0.0/CMakeLists.txt.bak 2012-02-29 22:50:16.786701967 +0100
++++ sakura-3.0.0/CMakeLists.txt 2012-02-29 22:50:26.323368673 +0100
+@@ -43,7 +43,7 @@
+
+ INCLUDE_DIRECTORIES (. ${GTK_INCLUDE_DIRS} ${VTE_INCLUDE_DIRS})
+ LINK_DIRECTORIES (${GTK_LIBRARY_DIRS} ${VTE_LIBRARY_DIRS})
+-LINK_LIBRARIES (${GTK_LIBRARIES} ${VTE_LIBRARIES})
++LINK_LIBRARIES (${GTK_LIBRARIES} ${VTE_LIBRARIES} -lm)
+ ADD_EXECUTABLE (sakura src/sakura.c)
+ ADD_DEPENDENCIES (sakura src/sakura.c src/sakura.h)
+