From 6abbf81ef2f298e3221ff5e67a1f3c5f23958212 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 14 Dec 2020 13:26:14 +0000 Subject: gentoo resync : 14.12.2020 --- app-emulation/pcem/files/pcem-17-respect-cflags.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app-emulation/pcem/files/pcem-17-respect-cflags.patch (limited to 'app-emulation/pcem/files') diff --git a/app-emulation/pcem/files/pcem-17-respect-cflags.patch b/app-emulation/pcem/files/pcem-17-respect-cflags.patch new file mode 100644 index 000000000000..73cac4541bf1 --- /dev/null +++ b/app-emulation/pcem/files/pcem-17-respect-cflags.patch @@ -0,0 +1,13 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -31,8 +31,8 @@ + 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 + -- cgit v1.2.3