[Bug 194060] graphics/qgis python support broken since gcc 4.8 was imported
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Oct 3 07:19:29 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194060
--- Comment #2 from Thierry Thomas <thierry at 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.
More information about the freebsd-ports-bugs
mailing list