diff options
Diffstat (limited to 'emulators/open-vm-tools/files/patch-configure')
-rw-r--r-- | emulators/open-vm-tools/files/patch-configure | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/files/patch-configure b/emulators/open-vm-tools/files/patch-configure new file mode 100644 index 000000000000..da02caba832c --- /dev/null +++ b/emulators/open-vm-tools/files/patch-configure @@ -0,0 +1,31 @@ +--- ./configure.orig 2013-09-23 15:51:43.000000000 +0000 ++++ ./configure 2013-11-17 22:40:51.197285671 +0000 +@@ -2823,6 +2823,9 @@ + x86_64) + userSpaceBitness="64" + ;; ++ amd64) ++ userSpaceBitness="64" ++ ;; + *) + as_fn_error $? "Unknown architecture." "$LINENO" 5 + ;; +@@ -21733,18 +21736,6 @@ + + done + +-for ac_header in unwind.h +-do : +- ac_fn_c_check_header_mongrel "$LINENO" "unwind.h" "ac_cv_header_unwind_h" "$ac_includes_default" +-if test "x$ac_cv_header_unwind_h" = xyes; then : +- cat >>confdefs.h <<_ACEOF +-#define HAVE_UNWIND_H 1 +-_ACEOF +- +-fi +- +-done +- + + ac_fn_c_check_header_mongrel "$LINENO" "wchar.h" "ac_cv_header_wchar_h" "$ac_includes_default" + if test "x$ac_cv_header_wchar_h" = xyes; then : |