gnac: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
54afe195c4
commit
6dc5f61874
1 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
|||
pkgname=gnac
|
||||
version=0.2.4.1
|
||||
revision=3
|
||||
patch_args="-Np1"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-scrollkeeper --disable-schemas-compile"
|
||||
hostmakedepends="gnome-common gettext-devel pkg-config intltool libtool
|
||||
gnome-doc-utils glib-devel gtk+3-devel gst-plugins-base1-devel
|
||||
autoconf-archive which"
|
||||
|
@ -12,14 +12,14 @@ makedepends="libxml2-devel gtk+3-devel gst-plugins-base1-devel libunique-devel
|
|||
desktop-file-utils hicolor-icon-theme gnome-doc-utils"
|
||||
depends="gst-plugins-good1 gst-plugins-bad1 gst-plugins-ugly1
|
||||
desktop-file-utils hicolor-icon-theme"
|
||||
configure_args="--disable-scrollkeeper --disable-schemas-compile"
|
||||
short_desc="Audio conversion program for the Gnome desktop"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://gnac.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=8f9c4731bbc40fde57c311a2a7fabe4e3200198abfe7415c659b98a2d54869da
|
||||
CFLAGS="-fPIC"
|
||||
patch_args="-Np1"
|
||||
CFLAGS="-fPIC -fcommon"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue