You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/pcem/files/pcem-15-respect-cflags.patch

14 lines
300 B

--- a/configure.ac 2019-05-19 18:40:05.000000000 +0200
+++ b/configure.ac 2019-09-21 17:34:53.499993726 +0200
@@ -31,8 +31,8 @@
CXXFLAGS="-Wall -O0 -g -D_DEBUG"
AC_MSG_RESULT([yes])
else
- CFLAGS="-O3"
- CXXFLAGS="-O3"
+ CFLAGS?="-O3"
+ CXXFLAGS?="-O3"
AC_MSG_RESULT([no])
fi