[Bug 202737] [patch] audio/hydrogen: fix dependencies, add more options
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 2 10:50:37 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202737
--- Comment #10 from FreeBSD at ShaneWare.Biz ---
I can't get it to ignore libarchive, adding -
CMAKE_ARGS+= -DWANT_LIBARCHIVE:BOOL=OFF -DWANT_LIBTAR:BOOL=ON
LIB_DEPENDS+= libtar.so:${PORTSDIR}/devel/libtar
I get
* libtar : ? available but not desired (
/usr/local/lib/libtar.so )
* libarchive : + used ( /usr/local/lib/libarchive.so )
# ldd work/stage/usr/local/bin/hydrogen | grep arch
libarchive.so.13 => /usr/local/lib/libarchive.so.13 (0x802ea2000)
and I get the same in every poudriere setup
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list