FreeBSD Bugzilla – Attachment 186559 Details for
Bug 222225
emulators/open-vm-tools: fails to set C++11 or later as required by ICU >= 59 on FreeBSD 10.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Respect language used during build
open-vm-tools.icu.diff (text/plain), 1.17 KB, created by
Jan Beich
on 2017-09-20 03:07:59 UTC
(
hide
)
Description:
Respect language used during build
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2017-09-20 03:07:59 UTC
Size:
1.17 KB
patch
obsolete
>Index: emulators/open-vm-tools/files/patch-configure.ac >=================================================================== >--- emulators/open-vm-tools/files/patch-configure.ac (revision 450104) >+++ emulators/open-vm-tools/files/patch-configure.ac (working copy) >@@ -1,5 +1,21 @@ > --- configure.ac.orig 2017-02-24 22:15:37 UTC > +++ configure.ac >+@@ -984,7 +984,6 @@ if test "$with_icu" = "yes"; then >+ [ICU_CPPFLAGS="$ICU_CPPFLAGS -DUSE_ICU"], >+ [AC_MSG_ERROR([ICU library not found. Please configure without ICU (using --without-icu) or install ICU - http://www.icu-project.org])]) >+ # Check whether we have ICU >= 3.8. >+- AC_LANG_PUSH([C++]) >+ AC_MSG_CHECKING([for ucasemap_utf8ToTitle in ICU]) >+ ORIGINAL_CPPFLAGS="$CPPFLAGS" >+ CPPFLAGS="$CPPFLAGS $ICU_CPPFLAGS" >+@@ -999,7 +998,6 @@ if test "$with_icu" = "yes"; then >+ ], >+ [AC_MSG_RESULT([no])]) >+ CPPFLAGS="$ORIGINAL_CPPFLAGS" >+- AC_LANG_POP([C++]) >+ >+ # Easier to give all modules the ICU defines/includes... >+ CPPFLAGS="$CPPFLAGS $ICU_CPPFLAGS" > @@ -1082,7 +1082,7 @@ AC_CHECK_HEADERS([sys/user.h], > ]) > AC_CHECK_HEADERS([sys/vfs.h])
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222225
: 186559