mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
net-misc/brickd: avoid compressing man pages
Closes: https://bugs.gentoo.org/952033 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -11,17 +11,21 @@ LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RDEPEND="
|
||||
>=dev-libs/libusb-1.0.27
|
||||
>=dev-libs/libgpiod-1.6.4"
|
||||
>=dev-libs/libusb-1.0.27:1
|
||||
>=dev-libs/libgpiod-1.6.4:="
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND=">=virtual/pkgconfig-3
|
||||
>=dev-build/make-4.4.1
|
||||
>=sys-devel/gcc-14.2.1"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
# avoid compressing man pages, bug 952033
|
||||
sed -i '/gzip.*\/man\//d' Makefile || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# source code of daemonlib package must be linked into brickd sources
|
||||
# reference: https://github.com/Tinkerforge/brickd
|
||||
ln -s "${WORKDIR}/daemonlib-${P}" "${WORKDIR}/${P}/src/daemonlib" || die
|
||||
}
|
||||
src_compile() {
|
||||
emake
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user