summaryrefslogtreecommitdiff
path: root/deskutils/remind/files/extra-patch-configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/remind/files/extra-patch-configure.ac')
-rw-r--r--deskutils/remind/files/extra-patch-configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/remind/files/extra-patch-configure.ac b/deskutils/remind/files/extra-patch-configure.ac
new file mode 100644
index 000000000000..826ae75fd27d
--- /dev/null
+++ b/deskutils/remind/files/extra-patch-configure.ac
@@ -0,0 +1,10 @@
+--- configure.ac.orig 2022-10-13 14:15:40 UTC
++++ configure.ac
+@@ -51,7 +51,6 @@ if test "$GCC" = yes; then
+ AC_MSG_CHECKING([whether $CC supports $f])
+ if $CC -E $f /dev/null > /dev/null 2>&1 ; then
+ AC_MSG_RESULT([yes])
+- CFLAGS="$CFLAGS $f"
+ else
+ AC_MSG_RESULT([no])
+ fi