Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/netgen/
Date: Mon, 22 Feb 2016 08:38:25
Message-Id: 1456130191.54e396528967d270987480227b966494684811f4.jlec@gentoo
1 commit: 54e396528967d270987480227b966494684811f4
2 Author: Grégory Salvan <apieum <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 21 00:51:07 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 08:36:31 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=54e39652
7
8 remove sed for togl as it is fixed in build patch
9
10 sci-mathematics/netgen/netgen-5.3.1.ebuild | 3 +--
11 1 file changed, 1 insertion(+), 2 deletions(-)
12
13 diff --git a/sci-mathematics/netgen/netgen-5.3.1.ebuild b/sci-mathematics/netgen/netgen-5.3.1.ebuild
14 index 5cdb4ab..1161cbd 100644
15 --- a/sci-mathematics/netgen/netgen-5.3.1.ebuild
16 +++ b/sci-mathematics/netgen/netgen-5.3.1.ebuild
17 @@ -53,12 +53,11 @@ src_prepare() {
18 src_configure() {
19 # This is not the most clever way to deal with these flags
20 # but --disable-xxx does not seem to work correcly, so...
21 - sed -i -e 's:-lTogl:-lTogl1.7:' ng/Makefile.am || die
22 local myconf="--with-togl=/usr/$(get_libdir)/Togl1.7"
23
24 if use opencascade; then
25 myconf="${myconf} --enable-occ --with-occ=$CASROOT"
26 - append-ldflags -L$CASROOT/lin/$(get_libdir)
27 + append-ldflags -L$CASROOT/$(get_libdir)
28 fi
29 if use mpi; then
30 ewarn "*************************************************************************"