diff options
Diffstat (limited to 'x11-plugins/wmhdplop/files')
-rw-r--r-- | x11-plugins/wmhdplop/files/wmhdplop-0.9.12-configure.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-plugins/wmhdplop/files/wmhdplop-0.9.12-configure.patch b/x11-plugins/wmhdplop/files/wmhdplop-0.9.12-configure.patch new file mode 100644 index 000000000000..89718de34818 --- /dev/null +++ b/x11-plugins/wmhdplop/files/wmhdplop-0.9.12-configure.patch @@ -0,0 +1,14 @@ +diff -Naur wmhdplop-0.9.12.orig/configure.ac wmhdplop-0.9.12/configure.ac +--- wmhdplop-0.9.12.orig/configure.ac 2022-08-26 11:38:06.000000000 +0200 ++++ wmhdplop-0.9.12/configure.ac 2022-09-14 13:47:56.531041828 +0200 +@@ -18,10 +18,6 @@ + AC_DEFINE(_GNU_SOURCE,[],[uses GNU extensions]) + + +-if test x$GCC = xyes; then +- CFLAGS="-O3 -fomit-frame-pointer -ffast-math -Wall -W"; +-fi +- + dnl check for X + AC_PATH_X + AC_PATH_XTRA |