summaryrefslogtreecommitdiff
path: root/community/sakura
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-05-28 20:14:47 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-05-28 20:14:47 +0000
commitedec45419def1b81bd663a2859684ef55ba56269 (patch)
treecaa3c2d5f4e55b38e7740a39d80a21507679c586 /community/sakura
parent483f7de4ab6a706517279a24d2efc969f4a1996d (diff)
Mon May 28 20:14:39 UTC 2012
Diffstat (limited to 'community/sakura')
-rw-r--r--community/sakura/linker.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/sakura/linker.patch b/community/sakura/linker.patch
deleted file mode 100644
index 9277461d9..000000000
--- a/community/sakura/linker.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)
-