pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/minizip minizip: Don't try to use fopen64 etc
details: https://anonhg.NetBSD.org/pkgsrc/rev/2ee13a1be5bc
branches: trunk
changeset: 426481:2ee13a1be5bc
user: nia <nia%pkgsrc.org@localhost>
date: Wed Apr 01 09:55:12 2020 +0000
description:
minizip: Don't try to use fopen64 etc
Bump PKGREVISION
diffstat:
archivers/minizip/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 82a509b03401 -r 2ee13a1be5bc archivers/minizip/Makefile
--- a/archivers/minizip/Makefile Wed Apr 01 09:46:08 2020 +0000
+++ b/archivers/minizip/Makefile Wed Apr 01 09:55:12 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2020/03/31 10:25:28 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/01 09:55:12 nia Exp $
DISTNAME= zlib-1.2.11
PKGNAME= ${DISTNAME:S/zlib-/minizip-/1}
+PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://zlib.net/
EXTRACT_SUFX= .tar.xz
@@ -17,6 +18,8 @@
USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake autoreconf
+CPPFLAGS+= -DUSE_FILE32API
+
PKGCONFIG_OVERRIDE+= minizip.pc.in
pre-configure:
Home |
Main Index |
Thread Index |
Old Index