freebsd-ports/x11-toolkits/vte/files/patch-configure
2005-08-28 17:30:37 +00:00

31 lines
703 B
Text

--- configure.orig Tue Aug 23 20:29:13 2005
+++ configure Tue Aug 23 20:30:09 2005
@@ -26765,10 +26765,6 @@
rm -f conftest*
-cat >>confdefs.h <<\_ACEOF
-#define _XOPEN_SOURCE_EXTENDED 1
-_ACEOF
-
cat >>confdefs.h <<\_ACEOF
#define _XOPEN_SOURCE 1
@@ -27067,7 +27063,7 @@
-for ac_func in cfmakeraw getpgid getpt grantpt unlockpt ptsname ptsname_r
+for ac_func in cfmakeraw getpgid getpt posix_openpt grantpt unlockpt ptsname ptsname_r
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -29400,7 +29396,7 @@
cat >>confdefs.h <<_ACEOF
-#define LOCALEDIR "$mydatadir/locale"
+#define LOCALEDIR "$prefix/share/locale"
_ACEOF