Skip to content

Commit

Permalink
[libidn2] Fix patch (microsoft#39639)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Jul 2, 2024
1 parent f67e2bd commit c202ce4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 4 additions & 3 deletions ports/libidn2/disable-subdirs.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ diff --git a/Makefile.am b/Makefile.am
index 3c8179c..f37158c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,6 +16,7 @@
@@ -15,7 +15,7 @@

DISTCHECK_CONFIGURE_FLAGS ?= --enable-gtk-doc --enable-gtk-doc-pdf --disable-gcc-warnings

SUBDIRS = gl unistring lib src examples fuzz po
-SUBDIRS = gl unistring lib src examples fuzz po
+SUBDIRS = gl unistring lib src po
ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I unistring/m4
EXTRA_DIST = gl/m4/gnulib-cache.m4

@@ -23,7 +24,6 @@ if ENABLE_DOC
@@ -23,7 +23,6 @@ if ENABLE_DOC
SUBDIRS += doc
endif

Expand Down
1 change: 1 addition & 0 deletions ports/libidn2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "libidn2",
"version": "2.3.7",
"port-version": 1,
"description": "GNU Libidn is an implementation of the Stringprep, Punycode and IDNA 2003 specifications. Libidn's purpose is to encode and decode internationalized domain names.",
"homepage": "https://www.gnu.org/software/libidn/",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4566,7 +4566,7 @@
},
"libidn2": {
"baseline": "2.3.7",
"port-version": 0
"port-version": 1
},
"libigl": {
"baseline": "2.5.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libidn2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a890ad8c5cfa0e4400e7227e85e7ee4e514f7e2b",
"version": "2.3.7",
"port-version": 1
},
{
"git-tree": "e259ea117cae1ad4f2cc28fe863cdafd6d812d40",
"version": "2.3.7",
Expand Down

0 comments on commit c202ce4

Please sign in to comment.