Date: Sat, 19 Sep 2015 13:37:02 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202737] [patch] audio/hydrogen: fix dependencies, add more options Message-ID: <bug-202737-13-vwWnGiabwi@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-202737-13@https.bugs.freebsd.org/bugzilla/> References: <bug-202737-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=202737 --- Comment #12 from FreeBSD@ShaneWare.Biz --- The issue with libtar stems from the search for libtar.h failing, while /usr/local/lib/libtar.so is found, only the base system is searched for libtar.h and after failing to find libtar.h it then causes libarchive to become mandatory. The libtar.h search can be influenced by setting CMAKE_REQUIRED_INCLUDES making the choice between libtar and libarchive feasible. -- 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-202737-13-vwWnGiabwi>