ports/x11/cde-25/files/patch-configure.ac
Cy Schubert c8e0c7d609 x11/cde-25: Introduce the new x11/cde-25
CDE 2.5.0 has many improvements however some users may discover that
fonts used by legacy Xm and Xaw apps are unreadable due to legacy apps
using the gb2312.1980 font registry. For now cde-24 will remain the
default cde however users can install cde-25 for new features and
bugfixes.
2022-08-05 20:38:57 -07:00

24 lines
679 B
Text

--- 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