mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
sci-electronics/kactus2: add CONFIG+=nostrip
add CONFIG+=nostrip to all .pro file Closes: https://bugs.gentoo.org/781674 Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -41,11 +41,12 @@ DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
QA_PRESTRIPPED="usr/share/kactus2/plugins/*"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# Fix QA pre-stripped warnings, bug 781674
|
||||
while IFS= read -r -d '' i; do
|
||||
echo "CONFIG+=nostrip" >> "${i}" || die
|
||||
done < <(find . -type f '(' -name "*.pro" ')' -print0)
|
||||
# Fix QTBIN_PATH
|
||||
sed -i -e "s|QTBIN_PATH=.*|QTBIN_PATH=\"$(qt5_get_bindir)/\"|" configure || die
|
||||
}
|
||||
|
||||
@@ -41,11 +41,12 @@ DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
QA_PRESTRIPPED="usr/share/kactus2/plugins/*"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# Fix QA pre-stripped warnings, bug 781674
|
||||
while IFS= read -r -d '' i; do
|
||||
echo "CONFIG+=nostrip" >> "${i}" || die
|
||||
done < <(find . -type f '(' -name "*.pro" ')' -print0)
|
||||
# Fix QTBIN_PATH
|
||||
sed -i -e "s|QTBIN_PATH=.*|QTBIN_PATH=\"$(qt5_get_bindir)/\"|" configure || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user