sys-fs/bcache-tools: Set c standard during compilation

Thanks Ted Tanberry for the fix

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562198

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-12-07 09:03:11 +01:00
parent f61bc81b10
commit 8bddc4b710
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ src_prepare() {
tc-export CC
sed \
-e '/^CFLAGS/s:-O2::' \
-e '/^CFLAGS/s:-g::' \
-e '/^CFLAGS/s:-g:-std=gnu89:' \
-i Makefile || die
}

View File

@@ -22,7 +22,7 @@ src_prepare() {
tc-export CC
sed \
-e '/^CFLAGS/s:-O2::' \
-e '/^CFLAGS/s:-g::' \
-e '/^CFLAGS/s:-g:-std=gnu89:' \
-i Makefile || die
}

View File

@@ -25,7 +25,7 @@ src_prepare() {
tc-export CC
sed \
-e '/^CFLAGS/s:-O2::' \
-e '/^CFLAGS/s:-g::' \
-e '/^CFLAGS/s:-g:-std=gnu89:' \
-i Makefile || die
}

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>