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 | 5e7d1d750df15c54830c8d60f3e9807003bb1394 (patch) | |
tree | c0deb0ef65ad9c17663c1a58171f23ca78ecca2d /app-dicts/verbiste | |
parent | Update to 6.1_rc1. (diff) | |
download | historical-5e7d1d750df15c54830c8d60f3e9807003bb1394.tar.gz historical-5e7d1d750df15c54830c8d60f3e9807003bb1394.tar.bz2 historical-5e7d1d750df15c54830c8d60f3e9807003bb1394.zip |
Added patch to fix --as-needed compilation, bug #131850
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-dicts/verbiste')
-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, 32 insertions, 9 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..38af2a5b76b6 100644 --- a/app-dicts/verbiste/Manifest +++ b/app-dicts/verbiste/Manifest @@ -1,16 +1,17 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 d8f712b4f36f87e058cf305652079f4b ChangeLog 2054 +MD5 11b900692f86bc49f5ae41c27326ed58 ChangeLog 2229 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 +MD5 d31ef1bc9f333d831056304b9d566f00 verbiste-0.1.14.ebuild 883 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2.1 (GNU/Linux) +Version: GnuPG v1.4.2.2 (GNU/Linux) -iD8DBQFEAKCeoGcCqvCmTSIRAve7AKC2eevlk2dTUQz/ZzTNZAzDMQCabQCfb0JZ -U7GNs9e8bahoc3U/eP1Yyd0= -=oX0Z +iD8DBQFEVV38oGcCqvCmTSIRAkQTAJ4xqBg6cMsMNEd7bulxpXvUD+j4BACeKnzA +E6iUZMkhwX3Zp6r38vFdn40= +=fTYw -----END PGP SIGNATURE----- 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 } |