1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/net-im/libpurple/files/patch-libpurple-protocols-irc-Makefile.am
Joe Marcus Clarke c0a7c8800f Fix the IRC module by linking libirc with libsasl2.
PR:             176372
Submitted by:   decke
Obtained from:  Slackware
2013-03-10 06:28:25 +00:00

12 lines
339 B
Plaintext

--- libpurple/protocols/irc/Makefile.am.orig 2013-02-11 03:16:52.000000000 -0600
+++ libpurple/protocols/irc/Makefile.am 2013-02-15 15:18:32.950591016 -0600
@@ -27,7 +27,7 @@
st =
pkg_LTLIBRARIES = libirc.la
libirc_la_SOURCES = $(IRCSOURCES)
-libirc_la_LIBADD = $(GLIB_LIBS)
+libirc_la_LIBADD = $(GLIB_LIBS) $(SASL_LIBS)
endif