File tree Expand file tree Collapse file tree 5 files changed +2
-227
lines changed Expand file tree Collapse file tree 5 files changed +2
-227
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ $(package)_download_path=$(native_$(package)_download_path)
4
4
$(package)_download_file =$(native_$(package ) _download_file )
5
5
$(package)_file_name =$(native_$(package ) _file_name )
6
6
$(package)_sha256_hash =$(native_$(package ) _sha256_hash )
7
- $(package)_patches =abi_placement_new.patch
8
- $(package)_patches += fix_openbsd_build.patch
9
7
10
8
define $(package)_set_vars
11
9
$(package ) _config_opts := -DBUILD_TESTING=OFF
@@ -14,11 +12,6 @@ define $(package)_set_vars
14
12
$(package ) _cxxflags += -fdebug-prefix-map=$($(package ) _extract_dir) =/usr -fmacro-prefix-map=$($(package ) _extract_dir) =/usr
15
13
endef
16
14
17
- define $(package)_preprocess_cmds
18
- patch -p2 < $($(package ) _patch_dir) /abi_placement_new.patch && \
19
- patch -p2 < $($(package ) _patch_dir) /fix_openbsd_build.patch
20
- endef
21
-
22
15
define $(package)_config_cmds
23
16
$($(package ) _cmake) .
24
17
endef
Original file line number Diff line number Diff line change 1
1
package =native_capnp
2
- $(package)_version =1.1 .0
2
+ $(package)_version =1.2 .0
3
3
$(package)_download_path =https://capnproto.org/
4
4
$(package)_download_file =capnproto-c++-$($(package ) _version) .tar.gz
5
5
$(package)_file_name =capnproto-cxx-$($(package ) _version) .tar.gz
6
- $(package)_sha256_hash =07167580e563f5e821e3b2af1c238c16ec7181612650c5901330fa9a0da50939
7
- $(package)_patches =fix_openbsd_build.patch
6
+ $(package)_sha256_hash =ed00e44ecbbda5186bc78a41ba64a8dc4a861b5f8d4e822959b0144ae6fd42ef
8
7
9
8
define $(package)_set_vars
10
9
$(package ) _config_opts := -DBUILD_TESTING=OFF
11
10
$(package ) _config_opts += -DWITH_OPENSSL=OFF
12
11
$(package ) _config_opts += -DWITH_ZLIB=OFF
13
12
endef
14
13
15
- define $(package)_preprocess_cmds
16
- patch -p2 < $($(package ) _patch_dir) /fix_openbsd_build.patch
17
- endef
18
-
19
14
define $(package)_config_cmds
20
15
$($(package ) _cmake) .
21
16
endef
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments