mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-biology/embassy-vienna: Add explicit -std=gnu89 to CFLAGS
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -8,8 +8,13 @@ EBO_DESCRIPTION="Vienna RNA package - RNA folding"
|
||||
|
||||
AUTOTOOLS_AUTORECONF=1
|
||||
|
||||
inherit emboss-r1
|
||||
inherit emboss-r1 flag-o-matic
|
||||
|
||||
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}_fix-build-system.patch )
|
||||
|
||||
src_configure() {
|
||||
append-cflags -std=gnu89
|
||||
emboss-r1_src_configure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user