Revert "zlib, bump version (#10223)" (#10225)

This reverts commit c889d757a6.
This commit is contained in:
Schrijvers Luc
2024-03-16 19:20:05 +01:00
committed by GitHub
parent c889d757a6
commit 49a6ce2a4e
2 changed files with 13 additions and 11 deletions

View File

@@ -1,21 +1,23 @@
From b04dd97c93ff8324d3ceddf027cb0d2ba6c58be7 Mon Sep 17 00:00:00 2001
From b377ee6e36d81ad0bd845cd5eb44b2beb3879db2 Mon Sep 17 00:00:00 2001
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
Date: Sun, 28 Aug 2016 18:33:07 +0200
Subject: zlib: export Haiku shared object symbols
diff --git a/zlib.map b/zlib.map
index 31544f2..de41ad6 100644
index b330b60..27a40f6 100644
--- a/zlib.map
+++ b/zlib.map
@@ -6,6 +6,7 @@ ZLIB_1.2.0 {
inflateBackEnd;
inflateBackInit_;
inflateCopy;
@@ -5,7 +5,8 @@ ZLIB_1.2.0 {
inflateBack;
inflateBackEnd;
inflateBackInit_;
- inflateCopy;
+ inflateCopy;
+ _gSharedObjectHaiku*;
local:
deflate_copyright;
inflate_copyright;
local:
deflate_copyright;
inflate_copyright;
--
2.43.2
2.42.1

View File

@@ -14,7 +14,7 @@ COPYRIGHT="1995-2017 Jean-loup Gailly and Mark Adler"
LICENSE="Zlib"
REVISION="1"
SOURCE_URI="https://zlib.net/fossils/zlib-$portVersion.tar.gz"
CHECKSUM_SHA256="9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23"
CHECKSUM_SHA256="ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e"
PATCHES="zlib-$portVersion.patchset"
ARCHITECTURES="all ?ppc"