gentoo-ebuilds/media-video/imagination/files/imagination-3.6-cflags.patch
Michael Mair-Keimberger 1ba5033b43
media-video/imagination: add 3.6
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>

Closes: https://bugs.gentoo.org/707932
Closes: https://bugs.gentoo.org/885575
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2024-07-05 19:41:14 +02:00

13 lines
275 B
Diff

diff --git a/configure.ac b/configure.ac
index 0be7802..d19c8ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +55,7 @@
if test "x${REVISION}" != "xr0"
then
# force debug mode for a SVN working copy
- CFLAGS="-g -Wall"
+ CFLAGS+=" -Wall"
else
REVISION="-1"
fi