flac: 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:
Érico Rolim 2021-03-05 00:14:01 -03:00 committed by Érico Nogueira Rolim
parent b4ecb76491
commit d532aa2e8e

View file

@ -1,7 +1,7 @@
# Template file for 'flac' # Template file for 'flac'
pkgname=flac pkgname=flac
version=1.3.3 version=1.3.3
revision=1 revision=2
patch_args="-Np1" patch_args="-Np1"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-rpath --disable-doxygen-docs --disable-xmms-plugin configure_args="--disable-rpath --disable-doxygen-docs --disable-xmms-plugin
@ -34,7 +34,7 @@ libflac_package() {
} }
libflac-devel_package() { libflac-devel_package() {
depends="libstdc++-devel libogg-devel libflac>=${version}_${revision}" depends="libogg-devel libflac>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include