commit: 73badb92b612f0d713cd5a291fbb2be6dc494899 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat Jul 16 20:38:36 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Jul 16 20:40:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73badb92
app-emulation/pcem: fix configure flags Closes: https://bugs.gentoo.org/854525 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-emulation/pcem/files/pcem-17-respect-cflags.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-emulation/pcem/files/pcem-17-respect-cflags.patch b/app-emulation/pcem/files/pcem-17-respect-cflags.patch index 73cac4541bf1..0e9d28885595 100644 --- a/app-emulation/pcem/files/pcem-17-respect-cflags.patch +++ b/app-emulation/pcem/files/pcem-17-respect-cflags.patch @@ -1,13 +1,11 @@ --- a/configure.ac +++ b/configure.ac -@@ -31,8 +31,8 @@ +@@ -31,8 +31,6 @@ CXXFLAGS="-Wall -O0 -g -D_DEBUG -fcommon" AC_MSG_RESULT([yes]) else - CFLAGS="-O3 -fcommon" - CXXFLAGS="-O3 -fcommon" -+ CFLAGS?="-O3 -fcommon" -+ CXXFLAGS?="-O3 -fcommon" AC_MSG_RESULT([no]) fi
