Skip to content

Commit

Permalink
Revert "zlib, bump version (#10223)"
Browse files Browse the repository at this point in the history
This reverts commit c889d75.
  • Loading branch information
Begasus committed Mar 16, 2024
1 parent c889d75 commit fb83bf5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -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

Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fb83bf5

Please sign in to comment.