diff options
author | 2013-01-06 15:19:28 +0000 | |
---|---|---|
committer | 2013-01-06 15:19:28 +0000 | |
commit | c7074423893d4786544be7bf7252da09231cb8a3 (patch) | |
tree | e98b5d1f2000e5b33d88e113af299d46bf922a0c /sci-mathematics/yafu | |
parent | Cleanup (diff) | |
download | gentoo-2-c7074423893d4786544be7bf7252da09231cb8a3.tar.gz gentoo-2-c7074423893d4786544be7bf7252da09231cb8a3.tar.bz2 gentoo-2-c7074423893d4786544be7bf7252da09231cb8a3.zip |
Fixing linking issue with newer msieve
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics/yafu')
-rw-r--r-- | sci-mathematics/yafu/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/yafu/yafu-1.33-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-mathematics/yafu/ChangeLog b/sci-mathematics/yafu/ChangeLog index b536b2e6542d..39a83f105cd6 100644 --- a/sci-mathematics/yafu/ChangeLog +++ b/sci-mathematics/yafu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/yafu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yafu/ChangeLog,v 1.4 2013/01/06 14:24:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yafu/ChangeLog,v 1.5 2013/01/06 15:19:28 patrick Exp $ + + 06 Jan 2013; Patrick Lauer <patrick@gentoo.org> yafu-1.33-r1.ebuild: + Fixing linking issue with newer msieve *yafu-9999 (06 Jan 2013) diff --git a/sci-mathematics/yafu/yafu-1.33-r1.ebuild b/sci-mathematics/yafu/yafu-1.33-r1.ebuild index f3202726cea9..9b62d9071b14 100644 --- a/sci-mathematics/yafu/yafu-1.33-r1.ebuild +++ b/sci-mathematics/yafu/yafu-1.33-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yafu/yafu-1.33-r1.ebuild,v 1.2 2012/11/28 08:12:53 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yafu/yafu-1.33-r1.ebuild,v 1.3 2013/01/06 15:19:28 patrick Exp $ EAPI=4 DESCRIPTION="Yet another factoring utility" @@ -27,7 +27,7 @@ src_prepare() { sed -i -e 's:../gmp-ecm/include:gmp-ecm:' Makefile || die "Failed to rectify things" sed -i -e 's:LIBS += -L../:# LIBS += -L../:g' Makefile || die "Failed to rectify things" sed -i -e 's:\"config.h\":<gmp-ecm/config.h>:g' top/driver.c || die "Failed to rectify things" - sed -i -e 's:# LIBS += -L../msieve/lib/linux/x86_64:LIBS += -lmsieve -lz:' Makefile || die "Failed to rectify things" + sed -i -e 's:# LIBS += -L../msieve/lib/linux/x86_64:LIBS += -lmsieve -lz -ldl:' Makefile || die "Failed to rectify things" sed -i -e 's:CFLAGS = -g:#CFLAGS = -g:' Makefile || die "Failed to rectify things" } |