summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-07-16 22:38:36 +0200
committerConrad Kostecki <conikost@gentoo.org>2022-07-16 22:40:52 +0200
commit73badb92b612f0d713cd5a291fbb2be6dc494899 (patch)
tree26ab5f11fe7810c70455cad8442ff25bb51f21c3 /app-emulation/pcem
parentapp-emulation/86Box: filter lto (diff)
downloadgentoo-73badb92b612f0d713cd5a291fbb2be6dc494899.tar.gz
gentoo-73badb92b612f0d713cd5a291fbb2be6dc494899.tar.bz2
gentoo-73badb92b612f0d713cd5a291fbb2be6dc494899.zip
app-emulation/pcem: fix configure flags
Closes: https://bugs.gentoo.org/854525 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-emulation/pcem')
-rw-r--r--app-emulation/pcem/files/pcem-17-respect-cflags.patch4
1 files changed, 1 insertions, 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