emulators/gr-lida: unbreak: remove compat patch for old zlib

This commit is contained in:
tb 2021-07-04 14:33:49 +00:00
parent f1d73222de
commit 6614df07b3
2 changed files with 2 additions and 16 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2021/02/26 18:20:33 naddy Exp $
# $OpenBSD: Makefile,v 1.10 2021/07/04 14:33:49 tb Exp $
COMMENT = games cataloging tool and emulator launcher
@ -6,7 +6,7 @@ GH_ACCOUNT = Monthy
GH_PROJECT = gr-lida
DISTNAME = gr-lida-0.11.1pre20180927
GH_COMMIT = 30c338b352096d94a92006d572d3b7f0062cafe1
REVISION = 0
REVISION = 1
CATEGORIES = emulators

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-3rdparty_osdab-zip_zip_p_h,v 1.2 2021/02/26 18:20:33 naddy Exp $
Index: 3rdparty/osdab-zip/zip_p.h
--- 3rdparty/osdab-zip/zip_p.h.orig
+++ 3rdparty/osdab-zip/zip_p.h
@@ -62,7 +62,7 @@ class ZipPrivate : public QObject
public:
// uLongf from zconf.h
- typedef z_crc_t crc_t;
+ typedef uLongf crc_t;
ZipPrivate();
virtual ~ZipPrivate();