mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libunique: fix build
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
3f96291979
commit
b8d67a93f5
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ else
|
||||||
configure_args+=" --disable-introspection"
|
configure_args+=" --disable-introspection"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
post_configure() {
|
||||||
|
sed -i Makefile -e "/MAINTAINER_CFLAGS/s/-Werror//"
|
||||||
|
}
|
||||||
|
|
||||||
libunique-devel_package() {
|
libunique-devel_package() {
|
||||||
depends="dbus-glib-devel ${sourcepkg}>=${version}_${revision}"
|
depends="dbus-glib-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue