hunspell: remove libstdc++-devel from depends.
Both compiler packages depend on it already, and its presence makes it easy to accidentally create build cycles by putting gcc in the dependency path when it shouldn't be.
This commit is contained in:
parent
13e7276f70
commit
a5e16a7936
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'hunspell'
|
||||
pkgname=hunspell
|
||||
version=1.7.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ui"
|
||||
hostmakedepends="automake bison libtool pkg-config"
|
||||
|
@ -25,7 +25,7 @@ libhunspell1.7_package() {
|
|||
}
|
||||
|
||||
hunspell-devel_package() {
|
||||
depends="libstdc++-devel ncurses-devel lib${sourcepkg}1.7>=${version}_${revision}"
|
||||
depends="ncurses-devel lib${sourcepkg}1.7>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
# Provides symlinks that don't have versions before the .so and .a parts
|
||||
|
|
Loading…
Reference in New Issue