gettext-devel: conflicts with musl>=1.1.9_4 (libintl.h).
This commit is contained in:
parent
6bf94116b0
commit
44ff4c9477
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gettext'
|
||||
pkgname=gettext
|
||||
version=0.19.4
|
||||
revision=6
|
||||
revision=7
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-java --disable-native-java --disable-csharp
|
||||
|
@ -33,6 +33,7 @@ gettext-devel-examples_package() {
|
|||
}
|
||||
}
|
||||
gettext-devel_package() {
|
||||
conflicts="musl>=1.1.9_4"
|
||||
depends="gettext-libs>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue