pidgin/pidgin

Use LT_LIB_M to determine if we need to link to the math library and link Pidgin to the X11 libraries

Gentoo ran into an issue with the gold linker without -lm. The original patch
and work came from Justin Lechner. https://bugs.gentoo.org/386079

Gentoo also ran into an issue with X11_LIBS not being added to pidgin. This
should already be implicit everywhere except for homebrew which patches X11
out of their build. Original patch/work came from and. https://bugs.gentoo.org/500762

Testing Done:
Installed and ran locally.

Reviewed at https://reviews.imfreedom.org/r/608/
/* XPM */
static char * arrow_right_xpm[] = {
"16 13 30 1",
" c None",
". c #5C3566",
"+ c #613A6A",
"@ c #BC9FBB",
"# c #623B6B",
"$ c #D5BDD2",
"% c #C0A5BF",
"& c #623C6C",
"* c #D4BCD1",
"= c #C0A5C0",
"- c #D3BBD1",
"; c #D5BED3",
"> c #C2A6C1",
", c #623C6B",
"' c #C3A2C0",
") c #C3A1BF",
"! c #C2A1BF",
"~ c #C19FBE",
"{ c #C2A0BE",
"] c #D2B9CF",
"^ c #A787A8",
"/ c #5E3667",
"( c #D3BBD0",
"_ c #D4BDD2",
": c #AE81A9",
"< c #C7A8C3",
"[ c #BB9FBB",
"} c #603A6A",
"| c #C7A7C3",
"1 c #BDA1BC",
" . ",
" .+ ",
" .@# ",
" .$%# ",
".........&$*=# ",
".-$$$$$$$$*;*>, ",
".$'))))))!~~{]^/",
".(_______*!:<[} ",
".........&*|@+ ",
" ._1+ ",
" .@+ ",
" .+ ",
" . "};