[Bug 214551] sysutils/cbsd: fails to build if databases/sqlite3 was built with ICU=on

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 16 06:38:12 UTC 2016


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

--- Comment #1 from Jan Beich (mail not working) <jbeich at FreeBSD.org> ---
One way to fix is via

  `pkg-config sqlite3 --libs --static`

as long as sqlite3.pc specifies dependencies

  Requires.private: icu-i18n

which it doesn't currently. Otherwise, the build can fail early similar to
devel/subversion-static.

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


More information about the freebsd-ports-bugs mailing list