mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
21 lines
392 B
Text
21 lines
392 B
Text
--- configure.orig 2018-02-14 03:55:48 UTC
|
|
+++ configure
|
|
@@ -633,6 +633,9 @@ ac_includes_default="\
|
|
#endif
|
|
#ifdef HAVE_UNISTD_H
|
|
# include <unistd.h>
|
|
+#endif
|
|
+#ifdef __FreeBSD__
|
|
+# include <sys/param.h>
|
|
#endif"
|
|
|
|
ac_header_list=
|
|
@@ -14496,7 +14499,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
|
|
|
|
fi
|
|
fi
|
|
- USE_NLS=yes
|
|
+# USE_NLS=yes
|
|
|
|
|
|
gt_cv_have_gettext=no
|