diff options
Diffstat (limited to 'x11/cde-25/files/patch-configure.ac')
-rw-r--r-- | x11/cde-25/files/patch-configure.ac | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/x11/cde-25/files/patch-configure.ac b/x11/cde-25/files/patch-configure.ac deleted file mode 100644 index 8aa1829c207c..000000000000 --- a/x11/cde-25/files/patch-configure.ac +++ /dev/null @@ -1,24 +0,0 @@ ---- configure.ac.orig 2021-11-30 19:54:11.356382000 -0800 -+++ configure.ac 2021-11-30 20:19:10.923347000 -0800 -@@ -305,9 +305,6 @@ - AC_PATH_XTRA - - dnl check some compiler flags --C_FLAG_CHECK([-Wno-format-truncation]) --CXX_FLAG_CHECK([-Wno-format-truncation]) -- - C_FLAG_CHECK([-fno-strict-aliasing]) - CXX_FLAG_CHECK([-fno-strict-aliasing]) - -@@ -327,9 +324,9 @@ - dnl programs with full paths - - dnl - KSH, some systems call it as ksh93 --AC_PATH_PROG(KSH, ksh) -+AC_PATH_PROG(KSH, ksh93) - if test -z "$ac_cv_path_KSH"; then -- AC_PATH_PROG(KSH, ksh93) -+ AC_PATH_PROG(KSH, ksh) - if test -z "$ac_cv_path_KSH"; then - MISSING_PROGS="[ksh or ksh93] ${MISSING_PROGS}" - fi |