diff options
author | Olivier Crête <tester@gentoo.org> | 2006-05-01 01:01:29 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2006-05-01 01:01:29 +0000 |
commit | 4bb0dd3a098033fea605a7a81ac3fb8dc8e7810e (patch) | |
tree | e3423a989768645010c119a652d1e5c44bc86789 | |
parent | Update to 6.1_rc1. (diff) | |
download | gentoo-2-4bb0dd3a098033fea605a7a81ac3fb8dc8e7810e.tar.gz gentoo-2-4bb0dd3a098033fea605a7a81ac3fb8dc8e7810e.tar.bz2 gentoo-2-4bb0dd3a098033fea605a7a81ac3fb8dc8e7810e.zip |
Added patch to fix --as-needed compilation, bug #131850
(Portage version: 2.0.54)
-rw-r--r-- | app-dicts/verbiste/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/verbiste/Manifest | 13 | ||||
-rw-r--r-- | app-dicts/verbiste/files/verbiste-0.1.14-as-needed.patch | 11 | ||||
-rw-r--r-- | app-dicts/verbiste/verbiste-0.1.14.ebuild | 11 |
4 files changed, 27 insertions, 14 deletions
diff --git a/app-dicts/verbiste/ChangeLog b/app-dicts/verbiste/ChangeLog index 7f18d14e9e79..95b4d74705c5 100644 --- a/app-dicts/verbiste/ChangeLog +++ b/app-dicts/verbiste/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/verbiste # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/ChangeLog,v 1.15 2006/02/25 18:22:20 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/ChangeLog,v 1.16 2006/05/01 01:01:29 tester Exp $ + + 01 May 2006; Olivier Crête <tester@gentoo.org> + +files/verbiste-0.1.14-as-needed.patch, verbiste-0.1.14.ebuild: + Added patch to fix --as-needed compilation, bug #131850 25 Feb 2006; Olivier Crête <tester@gentoo.org> verbiste-0.1.14.ebuild: Stable on amd64 diff --git a/app-dicts/verbiste/Manifest b/app-dicts/verbiste/Manifest index cb905894e3be..1ac8848001b0 100644 --- a/app-dicts/verbiste/Manifest +++ b/app-dicts/verbiste/Manifest @@ -1,16 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 d8f712b4f36f87e058cf305652079f4b ChangeLog 2054 MD5 02db5192009d47034a72d8211122a48b files/digest-verbiste-0.1.11 67 MD5 a5533ddd8b7f634ecb632421cbf557bc files/digest-verbiste-0.1.14 67 +MD5 f72a7ed0284d1b19a874b042f7fbaa1d files/verbiste-0.1.14-as-needed.patch 350 MD5 021abcb0c095f08d99aa81b84836343f metadata.xml 321 MD5 fcbf165a7abc46aea4e74dad84b0d830 verbiste-0.1.11.ebuild 742 -MD5 adacbef160103d3fee0016c69f4f6d60 verbiste-0.1.14.ebuild 748 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2.1 (GNU/Linux) - -iD8DBQFEAKCeoGcCqvCmTSIRAve7AKC2eevlk2dTUQz/ZzTNZAzDMQCabQCfb0JZ -U7GNs9e8bahoc3U/eP1Yyd0= -=oX0Z ------END PGP SIGNATURE----- +MD5 4e02bf13fc9e965fa993b5e8809e095a verbiste-0.1.14.ebuild 883 diff --git a/app-dicts/verbiste/files/verbiste-0.1.14-as-needed.patch b/app-dicts/verbiste/files/verbiste-0.1.14-as-needed.patch new file mode 100644 index 000000000000..f03a43e60291 --- /dev/null +++ b/app-dicts/verbiste/files/verbiste-0.1.14-as-needed.patch @@ -0,0 +1,11 @@ +--- src/verbiste/Makefile.am.orig 2006-04-30 22:49:25.000000000 +0200 ++++ src/verbiste/Makefile.am 2006-04-30 22:49:37.000000000 +0200 +@@ -19,7 +19,7 @@ + -DLIBDATADIR=\"$(libdatadir)\" \ + $(LIBXML2_CFLAGS) + +-libverbiste_0_1_la_LIBS = \ ++libverbiste_0_1_la_LIBADD = \ + $(LIBXML2_LIBS) + + pkgincludedir = $(includedir)/$(PACKAGE)-$(API)/$(PACKAGE) diff --git a/app-dicts/verbiste/verbiste-0.1.14.ebuild b/app-dicts/verbiste/verbiste-0.1.14.ebuild index 971947b9f358..d9bbe0b1bea5 100644 --- a/app-dicts/verbiste/verbiste-0.1.14.ebuild +++ b/app-dicts/verbiste/verbiste-0.1.14.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.14.ebuild,v 1.2 2006/02/25 18:22:20 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.14.ebuild,v 1.3 2006/05/01 01:01:29 tester Exp $ + +inherit autotools eutils DESCRIPTION="French conjugation system" HOMEPAGE="http://www3.sympatico.ca/sarrazip/dev/verbiste.html" @@ -16,9 +18,14 @@ DEPEND=">=dev-libs/libxml2-2.4.0 gnome? ( >=gnome-base/gnome-panel-2.0 >=gnome-base/libgnomeui-2.0 )" -src_compile() { +src_unpack() { + unpack ${A} cd ${S} + epatch "${FILESDIR}/${P}-as-needed.patch" + AT_M4DIR="${S}/macros" eautoreconf +} +src_compile() { econf $(use_with gnome) || die emake || die } |