diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-06-05 03:05:04 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-08 17:58:36 +0100 |
commit | d426c5a4b2eac839497cc2cbeee4b87a1c9ee422 (patch) | |
tree | c3484b5625b583fc7da9cc3a7f53b4dc69186fa5 /Ports/libxml2 | |
parent | d69a79b03b8f2853b60773e38553d662a01ac269 (diff) | |
download | serenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip |
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/libxml2')
-rw-r--r-- | Ports/libxml2/patches/0001-libtool-Enable-shared-library-support-for-SerenityOS.patch | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Ports/libxml2/patches/0001-libtool-Enable-shared-library-support-for-SerenityOS.patch b/Ports/libxml2/patches/0001-libtool-Enable-shared-library-support-for-SerenityOS.patch index a9030a71cf..e180765ed6 100644 --- a/Ports/libxml2/patches/0001-libtool-Enable-shared-library-support-for-SerenityOS.patch +++ b/Ports/libxml2/patches/0001-libtool-Enable-shared-library-support-for-SerenityOS.patch @@ -1,4 +1,4 @@ -From 897e1d8be1554c6588941574e620a90600b024d0 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Tim Schumacher <timschumi@gmx.de> Date: Sun, 29 May 2022 15:01:28 +0200 Subject: [PATCH] libtool: Enable shared library support for SerenityOS @@ -71,6 +71,3 @@ index 6156015..cfd0935 100755 *) dynamic_linker=no ;; --- -2.36.1 - |