openbsd-ports/net/pidgin/patches/patch-libpurple_protocols_oscar_Makefile_in
sthen 71b40d1d30 bugfix update to 2.5.8, mostly to fix problems introduced with the rushed
2.5.7 release forced out due to changes needed to keep connecting to Yahoo.
From Brad (maintainer).
2009-07-12 20:01:32 +00:00

16 lines
850 B
Plaintext

$OpenBSD: patch-libpurple_protocols_oscar_Makefile_in,v 1.16 2009/07/12 20:01:32 sthen Exp $
--- libpurple/protocols/oscar/Makefile.in.orig Sat Jun 27 22:12:46 2009
+++ libpurple/protocols/oscar/Makefile.in Mon Jun 29 22:43:21 2009
@@ -441,9 +441,9 @@ libicq_la_LDFLAGS = -module -avoid-version
@STATIC_OSCAR_FALSE@pkg_LTLIBRARIES = liboscar.la libaim.la libicq.la
@STATIC_OSCAR_FALSE@liboscar_la_LIBADD = $(GLIB_LIBS)
@STATIC_OSCAR_FALSE@libaim_la_SOURCES = libaim.c
-@STATIC_OSCAR_FALSE@libaim_la_LIBADD = liboscar.la
+@STATIC_OSCAR_FALSE@libaim_la_LIBADD = liboscar.la -Wl,-rpath,$(pkgdir)
@STATIC_OSCAR_FALSE@libicq_la_SOURCES = libicq.c
-@STATIC_OSCAR_FALSE@libicq_la_LIBADD = liboscar.la
+@STATIC_OSCAR_FALSE@libicq_la_LIBADD = liboscar.la -Wl,-rpath,$(pkgdir)
AM_CPPFLAGS = \
-I$(top_srcdir)/libpurple \
-I$(top_builddir)/libpurple \