[Bug 200477] graphics/vigra: produces broken library after hdf5 update
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Sep 24 09:11:28 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200477
Dimitry Andric <dim at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Closed
Resolution|--- |Works As Intended
--- Comment #7 from Dimitry Andric <dim at FreeBSD.org> ---
Looks like this has been fixed in the mean time. The graphics/vigra port
builds fine for me, and linking something to libvigraimpex works OK:
$ cat 1.cc
int main() { return 0; }
$ c++ 1.cc -L /usr/local/lib -lvigraimpex
<success>
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list