mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
21 lines
370 B
Text
21 lines
370 B
Text
--- ./configure.orig 2012-12-27 12:50:36.000000000 +0000
|
|
+++ ./configure 2013-05-05 20:55:42.000000000 +0000
|
|
@@ -633,6 +633,9 @@
|
|
#endif
|
|
#ifdef HAVE_UNISTD_H
|
|
# include <unistd.h>
|
|
+#endif
|
|
+#ifdef __FreeBSD__
|
|
+# include <sys/param.h>
|
|
#endif"
|
|
|
|
ac_header_list=
|
|
@@ -13802,7 +13805,7 @@
|
|
|
|
fi
|
|
fi
|
|
- USE_NLS=yes
|
|
+# USE_NLS=yes
|
|
|
|
|
|
gt_cv_have_gettext=no
|