print/scribus: unbreak: remove compat patch for old zlib

This commit is contained in:
tb 2021-07-04 14:35:41 +00:00
parent fc78d8c21c
commit e43b3c6062
2 changed files with 2 additions and 15 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.76 2021/04/07 14:08:35 sthen Exp $
# $OpenBSD: Makefile,v 1.77 2021/07/04 14:35:41 tb Exp $
DPB_PROPERTIES= parallel
COMMENT= desktop publishing program
DISTNAME= scribus-1.5.6.1
CATEGORIES= print
REVISION= 0
HOMEPAGE= https://www.scribus.net/

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-scribus_third_party_zip_zip_p_h,v 1.1 2020/02/19 12:15:45 landry Exp $
Index: scribus/third_party/zip/zip_p.h
--- scribus/third_party/zip/zip_p.h.orig
+++ scribus/third_party/zip/zip_p.h
@@ -62,7 +62,7 @@ class ZipPrivate : public QObject
Q_OBJECT
public:
- typedef z_crc_t crc_t;
+ typedef uLongf crc_t;
ZipPrivate();
virtual ~ZipPrivate();