diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-19 20:06:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-19 20:06:44 +0000 |
commit | 238c90bb6d5971b28b88fb193384e38c156215f3 (patch) | |
tree | f795573fabc8a0ceae98c679cbf639d09428b757 /x11-fonts/ots/files | |
parent | 0e80a03d85ad89f0d1c3dd77cf2ca40f6b0b7244 (diff) | |
download | ports-238c90bb6d5971b28b88fb193384e38c156215f3.tar.gz ports-238c90bb6d5971b28b88fb193384e38c156215f3.zip |
Update to 8.1.1
Notes
Notes:
svn path=/head/; revision=558501
Diffstat (limited to 'x11-fonts/ots/files')
-rw-r--r-- | x11-fonts/ots/files/patch-meson.build | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-fonts/ots/files/patch-meson.build b/x11-fonts/ots/files/patch-meson.build index 38c2a835fb7a..98642988cd94 100644 --- a/x11-fonts/ots/files/patch-meson.build +++ b/x11-fonts/ots/files/patch-meson.build @@ -1,8 +1,8 @@ ---- meson.build.orig 2020-10-12 15:09:18 UTC +--- meson.build.orig 2020-12-02 12:55:02 UTC +++ meson.build @@ -1,6 +1,6 @@ project('ots', 'c', 'cpp', - version: '8.1.0', + version: '8.1.1', - default_options : ['cpp_std=c++11', 'default_library=static'], + default_options : ['cpp_std=c++11', 'default_library=both'], ) @@ -167,9 +167,9 @@ ) -@@ -303,13 +311,14 @@ if cxx.has_header('sys/time.h') - endif +@@ -305,13 +313,14 @@ endif + install_man('docs/ots-sanitize.1') -gtest = subproject('gtest').get_variable('gtest_main_dep') +gtest = dependency('gtest', fallback: ['gtest', 'gtest_main_dep']) @@ -184,7 +184,7 @@ ) test('cff_charstring', cff_charstring) -@@ -319,7 +328,7 @@ layout_common_table = executable('layout_common_table' +@@ -321,7 +330,7 @@ layout_common_table = executable('layout_common_table' 'tests/layout_common_table_test.cc', include_directories: include_directories(['include', 'src']), link_with: libots, |