[Bug 188114] math/py-numpy is broken on 9.2-STABLE - gcc48/libgfortran.so.3 not found

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 17 22:03:45 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188114

--- Comment #9 from Thierry Thomas <thierry at FreeBSD.org> ---
Created attachment 147418
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147418&action=edit
This patch re-adds LDFLAGS to fix the problem.

$LDFLAGS was intentionally removed with the hereunder comment:

# ignore LDFLAGS from env, as it overrides internal flags (e.g. -shared) for
some reason

This proposed patch re-adds it (with the needed '-shared'), so that it takes
the value set by 'USES= fortran', which fixes the reported problem.

Indirectly this fixes some dependent ports like math/py-matplotlib and
cad/freecad (resurrection in progress).

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


More information about the freebsd-python mailing list