diff options
author | 2006-05-06 19:54:36 +0000 | |
---|---|---|
committer | 2006-05-06 19:54:36 +0000 | |
commit | 9eac4e173ccd04e5423fd696360692b721f9c9b3 (patch) | |
tree | b5059e9fd68437602c64cc0cdf6fd4a9621db427 /net-im/gaim/files | |
parent | Add jingle useflag, many thanks go to Erdroh Moshan <ErDroh@gmx.de> for bug 1... (diff) | |
download | historical-9eac4e173ccd04e5423fd696360692b721f9c9b3.tar.gz historical-9eac4e173ccd04e5423fd696360692b721f9c9b3.tar.bz2 historical-9eac4e173ccd04e5423fd696360692b721f9c9b3.zip |
as-needed patch changed out with patch I sent upstream that has been accepted
Package-Manager: portage-2.1_pre10-r3
Diffstat (limited to 'net-im/gaim/files')
-rw-r--r-- | net-im/gaim/files/gaim-2.0.0_beta3-as-needed.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/gaim/files/gaim-2.0.0_beta3-as-needed.patch b/net-im/gaim/files/gaim-2.0.0_beta3-as-needed.patch new file mode 100644 index 000000000000..066e2c5e4ffe --- /dev/null +++ b/net-im/gaim/files/gaim-2.0.0_beta3-as-needed.patch @@ -0,0 +1,11 @@ +--- src/Makefile.am.org 2006-05-05 19:09:26.785534520 -0500 ++++ src/Makefile.am 2006-05-05 19:09:38.371773144 -0500 +@@ -199,6 +199,8 @@ + + libgaim_client_la_SOURCES = gaim-client.c gaim-client.h + ++libgaim_client_la_LIBADD = $(DBUS_LIBS) ++ + gaim-client-bindings.c: dbus-analyze-functions.py $(dbus_exported) + cat $(dbus_build_exported) | $(PYTHON) $(srcdir)/dbus-analyze-functions.py --client > $@ + |