diff options
Diffstat (limited to 'app-office/gnotime/files/gnotime-2.4.1-link.patch')
-rw-r--r-- | app-office/gnotime/files/gnotime-2.4.1-link.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-office/gnotime/files/gnotime-2.4.1-link.patch b/app-office/gnotime/files/gnotime-2.4.1-link.patch new file mode 100644 index 0000000..e7ba5f1 --- /dev/null +++ b/app-office/gnotime/files/gnotime-2.4.1-link.patch @@ -0,0 +1,11 @@ +Add missing link to math library. +--- a/src/Makefile.am 2014-12-07 18:53:56.405483544 +0100 ++++ b/src/Makefile.am 2014-12-07 18:53:50.653533853 +0100 +@@ -124,6 +124,7 @@ + ${GUILE_CFLAGS} + + gnotime_LDADD = \ ++ -lm \ + ${GLIB_LIBS} \ + ${GTK_LIBS} \ + ${LIBGNOME_LIBS} \ |