mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
c0a7c8800f
PR: 176372 Submitted by: decke Obtained from: Slackware
12 lines
339 B
Plaintext
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
|
|
|