summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-04-29 21:22:37 +0000
committerAlin Năstac <mrness@gentoo.org>2007-04-29 21:22:37 +0000
commitf20e7ef955a218c6199058709ae81ae7d2bf5708 (patch)
tree6cc5aebf231eb32803aad293df5edde9c1bdfce9 /app-mobilephone
parentFix BOOTCLASSPATH to match sun.boot.class.path property. (diff)
downloadgentoo-2-f20e7ef955a218c6199058709ae81ae7d2bf5708.tar.gz
gentoo-2-f20e7ef955a218c6199058709ae81ae7d2bf5708.tar.bz2
gentoo-2-f20e7ef955a218c6199058709ae81ae7d2bf5708.zip
Fix broken build with --as-needed, thanks to Matej Laitl <strohel at gmail dot com> (#176264).
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/obexftp/ChangeLog7
-rw-r--r--app-mobilephone/obexftp/files/obexftp-0.21-as-needed.patch10
-rw-r--r--app-mobilephone/obexftp/obexftp-0.21.ebuild3
3 files changed, 18 insertions, 2 deletions
diff --git a/app-mobilephone/obexftp/ChangeLog b/app-mobilephone/obexftp/ChangeLog
index a78997d0f877..5bf047737256 100644
--- a/app-mobilephone/obexftp/ChangeLog
+++ b/app-mobilephone/obexftp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-mobilephone/obexftp
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/ChangeLog,v 1.22 2007/04/17 22:03:48 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/ChangeLog,v 1.23 2007/04/29 21:22:37 mrness Exp $
+
+ 29 Apr 2007; Alin Năstac <mrness@gentoo.org>
+ +files/obexftp-0.21-as-needed.patch, obexftp-0.21.ebuild:
+ Fix broken build with --as-needed, thanks to Matej Laitl <strohel at gmail
+ dot com> (#176264).
17 Apr 2007; Alin Năstac <mrness@gentoo.org> obexftp-0.21.ebuild:
Remove ruby USE flag (#174507).
diff --git a/app-mobilephone/obexftp/files/obexftp-0.21-as-needed.patch b/app-mobilephone/obexftp/files/obexftp-0.21-as-needed.patch
new file mode 100644
index 000000000000..b949f4f51a13
--- /dev/null
+++ b/app-mobilephone/obexftp/files/obexftp-0.21-as-needed.patch
@@ -0,0 +1,10 @@
+diff -Nru obexftp-0.21.orig/obexftp/Makefile.am obexftp-0.21/obexftp/Makefile.am
+--- obexftp-0.21.orig/obexftp/Makefile.am 2007-04-28 20:13:54.000000000 +0200
++++ obexftp-0.21/obexftp/Makefile.am 2007-04-28 22:25:00.000000000 +0200
+@@ -26,3 +26,6 @@
+
+ libobexftp_la_LDFLAGS = -version-info $(OBEXFTP_VERSION)
+
++libobexftp_la_LIBADD = ../multicobex/libmulticobex.la \
++ ../bfb/libbfb.la
++
diff --git a/app-mobilephone/obexftp/obexftp-0.21.ebuild b/app-mobilephone/obexftp/obexftp-0.21.ebuild
index 4f74969304da..c955047c68a8 100644
--- a/app-mobilephone/obexftp/obexftp-0.21.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/obexftp-0.21.ebuild,v 1.10 2007/04/17 22:03:48 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/obexftp-0.21.ebuild,v 1.11 2007/04/29 21:22:37 mrness Exp $
WANT_AUTOMAKE="1.9"
@@ -30,6 +30,7 @@ src_unpack() {
epatch "${FILESDIR}/${P}-cobex_write.patch"
epatch "${FILESDIR}/${P}-sdp-detection.patch"
+ epatch "${FILESDIR}/${P}-as-needed.patch"
use nls || epatch "${FILESDIR}/${P}-no_iconv.patch"
cd "${S}"