diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-09-22 13:17:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-22 13:17:26 -0700 |
| commit | b8f3812068a7e4e5a389d9bf9efed62bf80d8d11 (patch) | |
| tree | e5a46307a5b6acd7ad2cb59750a15a6cdf3eb7db | |
| parent | 2589c259e5add8e1e9b51ba0c6b7cdbbfaa864d3 (diff) | |
| parent | d0c33b4aa60b1698e8cb027d8df5b25c65efb0e1 (diff) | |
| download | vcpkg-b8f3812068a7e4e5a389d9bf9efed62bf80d8d11.tar.gz vcpkg-b8f3812068a7e4e5a389d9bf9efed62bf80d8d11.zip | |
Merge pull request #1856 from UnaNancyOwen/fix_winpcap
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 |
