aboutsummaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-09-11 17:17:19 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-09-11 17:17:19 +0000
commit025aa66091fd89df84b14e4f75bad929e2aa3776 (patch)
treea4d871c7fffd48142bd945f2e1f81241f95047a0 /emulators/open-vm-tools
parent162491f4d79b0a5539392b5aace0194039c2753c (diff)
downloadports-025aa66091fd89df84b14e4f75bad929e2aa3776.tar.gz
ports-025aa66091fd89df84b14e4f75bad929e2aa3776.zip
emulators/open-vm-tools: unbreak with ICU >= 59
stringxx/string.cc:927:23: error: use of undeclared identifier 'Unicode_ToTitle' return CopyAndFree(Unicode_ToTitle(c_str(), locale), free); ^ PR: 222225
Notes
Notes: svn path=/head/; revision=449661
Diffstat (limited to 'emulators/open-vm-tools')
-rw-r--r--emulators/open-vm-tools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile
index c1ab26c2192a..c5e8fa6408d2 100644
--- a/emulators/open-vm-tools/Makefile
+++ b/emulators/open-vm-tools/Makefile
@@ -4,6 +4,7 @@
PORTNAME= open-vm-tools
PORTVERSION= ${RELEASE_VER}
DISTVERSIONPREFIX= stable-
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= emulators
@@ -45,7 +46,9 @@ OPENSSL_CONFIGURE_WITH= ssl
WRKSRC_SUBDIR= open-vm-tools
GNU_CONFIGURE= yes
-USES= autoreconf:-iv fuse gettext-runtime kmod libtool localbase pathfix pkgconfig
+USES= autoreconf:-iv compiler:c++11-lib fuse gettext-runtime \
+ kmod libtool localbase pathfix pkgconfig
+USE_CXXSTD= gnu++11
USE_GNOME= glib20
USE_GITHUB= yes