[Bug 232876] science/voro++: Build shared library
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Nov 1 04:09:54 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232876
Bug ID: 232876
Summary: science/voro++: Build shared library
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: yuri at freebsd.org
Created attachment 198836
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=198836&action=edit
patch
Change static libary to shared library.
Reason: It is easier to see if the dependent project is linked with a shared
library vs. static library. Most library dependencies are through LIB_DEPENDS.
For static library it is BUILD_DEPENDS. It is easier to keep all of them the
same way. It is also better to not duplicate code, when every user has to
include the full static library library.
Also simplified the Makefile.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list