commit:     54e396528967d270987480227b966494684811f4
Author:     Grégory Salvan <apieum <AT> gmail <DOT> com>
AuthorDate: Sun Feb 21 00:51:07 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 08:36:31 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=54e39652

remove sed for togl as it is fixed in build patch

 sci-mathematics/netgen/netgen-5.3.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sci-mathematics/netgen/netgen-5.3.1.ebuild 
b/sci-mathematics/netgen/netgen-5.3.1.ebuild
index 5cdb4ab..1161cbd 100644
--- a/sci-mathematics/netgen/netgen-5.3.1.ebuild
+++ b/sci-mathematics/netgen/netgen-5.3.1.ebuild
@@ -53,12 +53,11 @@ src_prepare() {
 src_configure() {
        # This is not the most clever way to deal with these flags
        # but --disable-xxx does not seem to work correcly, so...
-       sed -i -e 's:-lTogl:-lTogl1.7:' ng/Makefile.am || die
        local myconf="--with-togl=/usr/$(get_libdir)/Togl1.7"
 
        if use opencascade; then
                myconf="${myconf} --enable-occ --with-occ=$CASROOT"
-               append-ldflags -L$CASROOT/lin/$(get_libdir)
+               append-ldflags -L$CASROOT/$(get_libdir)
        fi
        if use mpi; then
                ewarn 
"*************************************************************************"

Reply via email to