aboutsummaryrefslogtreecommitdiff
path: root/ports/libiconv
diff options
context:
space:
mode:
authorKai Pastor <dg0yt@darc.de>2021-09-02 22:21:52 +0200
committerGitHub <noreply@github.com>2021-09-02 13:21:52 -0700
commit9f73bc1a0e71b8883f20cae72a4e63ce347a3493 (patch)
tree56793188593162588fe6e12874c2d505913509c8 /ports/libiconv
parentbff0e8fc31e4e00a9c2f51b84c9b43bc46478729 (diff)
downloadvcpkg-9f73bc1a0e71b8883f20cae72a4e63ce347a3493.tar.gz
vcpkg-9f73bc1a0e71b8883f20cae72a4e63ce347a3493.zip
Fix target_link_libraries on repeated inclusion of wrappers (#19120)
* Fix repeated inclusion of wrappers * x-add-version
Diffstat (limited to 'ports/libiconv')
-rw-r--r--ports/libiconv/CONTROL5
-rw-r--r--ports/libiconv/vcpkg.json7
2 files changed, 7 insertions, 5 deletions
diff --git a/ports/libiconv/CONTROL b/ports/libiconv/CONTROL
deleted file mode 100644
index 2e69c031b..000000000
--- a/ports/libiconv/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: libiconv
-Version: 1.16
-Port-Version: 10
-Homepage: https://www.gnu.org/software/libiconv/
-Description: GNU Unicode text conversion
diff --git a/ports/libiconv/vcpkg.json b/ports/libiconv/vcpkg.json
new file mode 100644
index 000000000..2cafb0218
--- /dev/null
+++ b/ports/libiconv/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "libiconv",
+ "version": "1.16",
+ "port-version": 11,
+ "description": "GNU Unicode text conversion",
+ "homepage": "https://www.gnu.org/software/libiconv/"
+}