mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
sys-devel/qbe: Fix prefix, docs, cflags
Closes: https://bugs.gentoo.org/854072 Closes: https://bugs.gentoo.org/854069 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -17,6 +17,13 @@ HOMEPAGE="https://c9x.me/compile/"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
PREFIX=/usr default
|
||||
DOCS=( README doc )
|
||||
|
||||
src_compile() {
|
||||
emake CFLAGS="-std=c99 ${CPPFLAGS} ${CFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einstalldocs
|
||||
emake install DESTDIR="${ED}" PREFIX=/usr
|
||||
}
|
||||
@@ -17,6 +17,13 @@ HOMEPAGE="https://c9x.me/compile/"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
PREFIX=/usr default
|
||||
DOCS=( README doc )
|
||||
|
||||
src_compile() {
|
||||
emake CFLAGS="-std=c99 ${CPPFLAGS} ${CFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einstalldocs
|
||||
emake install DESTDIR="${ED}" PREFIX=/usr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user