Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Oct 2014 07:19:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194060] graphics/qgis python support broken since gcc 4.8 was imported
Message-ID:  <bug-194060-13-VypUdfdJrw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194060-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194060-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194060

--- Comment #2 from Thierry Thomas <thierry@FreeBSD.org> ---
When `USES=    fortran' is defined, LDFLAGS is set to:

LDFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${_GCC_VER} \
     -L${LOCALBASE}/lib/gcc${_GCC_VER} -B${LOCALBASE}/bin

and usually this error is caused by this missing flags.

Check that LDFLAGS is propagated to the Makefiles and not overwritten, and that
should fix it.
(Sorry, I cannot check it at the moment)

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194060-13-VypUdfdJrw>