From 7367c8b2caebbc9136d09672c511508dddbd13aa Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 13 Aug 2012 16:39:27 +0200 Subject: [PATCH] pcmanfm: add patch missed in previous. --- srcpkgs/pcmanfm/patches/pcmanfm-link-to-libm.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/pcmanfm/patches/pcmanfm-link-to-libm.patch diff --git a/srcpkgs/pcmanfm/patches/pcmanfm-link-to-libm.patch b/srcpkgs/pcmanfm/patches/pcmanfm-link-to-libm.patch new file mode 100644 index 0000000000..7985f26f5b --- /dev/null +++ b/srcpkgs/pcmanfm/patches/pcmanfm-link-to-libm.patch @@ -0,0 +1,10 @@ +--- src/Makefile.in.orig 2012-08-13 16:37:12.015968320 +0200 ++++ src/Makefile.in 2012-08-13 16:37:23.241696012 +0200 +@@ -294,6 +294,7 @@ pcmanfm_LDADD = \ + $(GMODULE_LIBS) \ + $(FM_LIBS) \ + $(MENU_CACHE_LIBS) \ ++ -lm \ + $(NULL) + + xml_purge_SOURCES = xml-purge.c