mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Fix build on 7.4 [1]
- Bump PORTREVISION for previous commits. PR: ports/160945 [1] Submitted by: Henk van Oers [henk.van.oers xs4all.nl] Obtained from: Chromium Chruetertee repository r231
This commit is contained in:
parent
9cd088eb24
commit
8c0f4d5034
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282503
@ -8,7 +8,7 @@
|
||||
PORTNAME= chromium
|
||||
DISTVERSIONPREFIX= courgette-redacted-
|
||||
DISTVERSION= 14.0.835.163
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://download.goodking.org/downloads/ \
|
||||
ftp://rene-ladan.nl/pub/distfiles/ \
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- testing/gtest/src/gtest.cc.orig 2011-09-14 23:58:20.000000000 +0300
|
||||
+++ testing/gtest/src/gtest.cc 2011-09-15 00:01:10.000000000 +0300
|
||||
--- testing/gtest/src/gtest.cc.orig 2011-09-14 11:19:34.000000000 +0300
|
||||
+++ testing/gtest/src/gtest.cc 2011-09-27 00:34:58.000000000 +0300
|
||||
@@ -114,6 +114,10 @@
|
||||
|
||||
#endif // GTEST_OS_LINUX
|
||||
@ -11,3 +11,12 @@
|
||||
#if GTEST_HAS_EXCEPTIONS
|
||||
# include <stdexcept>
|
||||
#endif
|
||||
@@ -1621,7 +1625,7 @@
|
||||
|
||||
#if GTEST_OS_WINDOWS
|
||||
return _wcsicmp(lhs, rhs) == 0;
|
||||
-#elif GTEST_OS_LINUX && !GTEST_OS_LINUX_ANDROID
|
||||
+#elif GTEST_OS_LINUX && !GTEST_OS_LINUX_ANDROID && !GTEST_OS_FREEBSD
|
||||
return wcscasecmp(lhs, rhs) == 0;
|
||||
#else
|
||||
// Android, Mac OS X and Cygwin don't define wcscasecmp.
|
||||
|
Loading…
Reference in New Issue
Block a user