From f13bffd1b173a9ac901b26802da075cabe80ceab Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 24 Apr 2006 11:04:24 +0000 Subject: Add patch to build with --as-needed. (Portage version: 2.1_pre9-r4) --- app-i18n/anthy/ChangeLog | 6 +++++- app-i18n/anthy/anthy-7500b.ebuild | 14 ++++++++++++-- app-i18n/anthy/files/anthy-7500b-asneeded.patch | 9 +++++++++ app-i18n/anthy/files/digest-anthy-7500b | 2 ++ 4 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 app-i18n/anthy/files/anthy-7500b-asneeded.patch (limited to 'app-i18n/anthy') diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog index 4bb1588fc514..aaf9ee89983e 100644 --- a/app-i18n/anthy/ChangeLog +++ b/app-i18n/anthy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/anthy # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.72 2006/04/22 14:35:22 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.73 2006/04/24 11:04:24 flameeyes Exp $ + + 24 Apr 2006; Diego Pettenò + +files/anthy-7500b-asneeded.patch, anthy-7500b.ebuild: + Add patch to build with --as-needed. *anthy-7500b (22 Apr 2006) diff --git a/app-i18n/anthy/anthy-7500b.ebuild b/app-i18n/anthy/anthy-7500b.ebuild index 177d333abb8c..c1488f4e4f44 100644 --- a/app-i18n/anthy/anthy-7500b.ebuild +++ b/app-i18n/anthy/anthy-7500b.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7500b.ebuild,v 1.1 2006/04/22 14:35:23 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7500b.ebuild,v 1.2 2006/04/24 11:04:24 flameeyes Exp $ -inherit elisp-common eutils +inherit elisp-common eutils autotools libtool IUSE="emacs ucs4" @@ -17,6 +17,16 @@ SLOT="0" DEPEND="emacs? ( virtual/emacs ) !app-i18n/anthy-ss" +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}/${P}-asneeded.patch" + eautomake + + elibtoolize +} + src_compile() { local myconf diff --git a/app-i18n/anthy/files/anthy-7500b-asneeded.patch b/app-i18n/anthy/files/anthy-7500b-asneeded.patch new file mode 100644 index 000000000000..5b53f8f99c28 --- /dev/null +++ b/app-i18n/anthy/files/anthy-7500b-asneeded.patch @@ -0,0 +1,9 @@ +Index: anthy-7500b/src-splitter/Makefile.am +=================================================================== +--- anthy-7500b.orig/src-splitter/Makefile.am ++++ anthy-7500b/src-splitter/Makefile.am +@@ -8,3 +8,4 @@ noinst_LTLIBRARIES = libsplit.la + libsplit_la_SOURCES = wordlist.c metaword.c depgraph.c\ + splitter.c evalborder.c compose.c\ + wordborder.h hmm.c segclass.c transition.h ++libsplit_la_LIBADD = ../src-worddic/libanthydic.la diff --git a/app-i18n/anthy/files/digest-anthy-7500b b/app-i18n/anthy/files/digest-anthy-7500b index da46354a3229..7b090953bbb5 100644 --- a/app-i18n/anthy/files/digest-anthy-7500b +++ b/app-i18n/anthy/files/digest-anthy-7500b @@ -1 +1,3 @@ MD5 ed3ce5d4332751ee3f4befe843c8ebb8 anthy-7500b.tar.gz 3385857 +RMD160 7b20cd09232bea69e2620dca8d30f358ef73bf9b anthy-7500b.tar.gz 3385857 +SHA256 fb874e2f97767e0d3a39e3ac60ccf7ccc16a747a35b7d63848a41a1db4d1268d anthy-7500b.tar.gz 3385857 -- cgit v1.2.3-65-gdbad