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/libtiff | |
parent | d69a79b03b8f2853b60773e38553d662a01ac269 (diff) | |
download | serenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip |
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/libtiff')
-rw-r--r-- | Ports/libtiff/patches/0001-libtool-Enable-shared-library-support-for-SerenityOS.patch | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Ports/libtiff/patches/0001-libtool-Enable-shared-library-support-for-SerenityOS.patch b/Ports/libtiff/patches/0001-libtool-Enable-shared-library-support-for-SerenityOS.patch index 5804c58371..4fd3ade1d7 100644 --- a/Ports/libtiff/patches/0001-libtool-Enable-shared-library-support-for-SerenityOS.patch +++ b/Ports/libtiff/patches/0001-libtool-Enable-shared-library-support-for-SerenityOS.patch @@ -1,4 +1,4 @@ -From 9f36cd059f2ea7ae5233519fd7f486850d623014 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 @@ -89,6 +89,3 @@ index 1d9918f..e1e8caa 100755 *) dynamic_linker=no ;; --- -2.36.1 - |