diff options
| author | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2017-09-22 23:57:54 +0900 |
|---|---|---|
| committer | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2017-09-22 23:57:54 +0900 |
| commit | d0c33b4aa60b1698e8cb027d8df5b25c65efb0e1 (patch) | |
| tree | 8aeeed5c67e3f97830ab1df6fe5860bd0cec1ec2 | |
| parent | 19b3548b69bfacff111fc97dafd475aa41053334 (diff) | |
| download | vcpkg-d0c33b4aa60b1698e8cb027d8df5b25c65efb0e1.tar.gz vcpkg-d0c33b4aa60b1698e8cb027d8df5b25c65efb0e1.zip | |
Add install pcap_stdinc.h file
Add install pcap_stdinc.h file.
| -rw-r--r-- | ports/winpcap/CONTROL | 2 | ||||
| -rw-r--r-- | ports/winpcap/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/winpcap/CONTROL b/ports/winpcap/CONTROL index 7483c1f24..3a09db558 100644 --- a/ports/winpcap/CONTROL +++ b/ports/winpcap/CONTROL @@ -1,3 +1,3 @@ Source: winpcap -Version: 4.1.3 +Version: 4.1.3-1 Description: WinPcap is the industry-standard tool for link-layer network access in Windows environments. diff --git a/ports/winpcap/portfile.cmake b/ports/winpcap/portfile.cmake index 69effd8fe..05b0a2c83 100644 --- a/ports/winpcap/portfile.cmake +++ b/ports/winpcap/portfile.cmake @@ -105,6 +105,7 @@ file( "${SOURCE_PATH}/WpdPack/Include/pcap.h" "${SOURCE_PATH}/WpdPack/Include/pcap-bpf.h" "${SOURCE_PATH}/WpdPack/Include/pcap-namedb.h" + "${SOURCE_PATH}/WpdPack/Include/pcap-stdinc.h" "${SOURCE_PATH}/WpdPack/Include/remote-ext.h" "${SOURCE_PATH}/WpdPack/Include/Win32-Extensions.h" DESTINATION |
