Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2015 09:11:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200477] graphics/vigra: produces broken library after hdf5 update
Message-ID:  <bug-200477-13-RRege4aaC6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200477-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200477-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=200477

Dimitry Andric <dim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |Works As Intended

--- Comment #7 from Dimitry Andric <dim@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.



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