pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/minizip



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Apr  1 09:55:13 UTC 2020

Modified Files:
        pkgsrc/archivers/minizip: Makefile

Log Message:
minizip: Don't try to use fopen64 etc

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/minizip/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/minizip/Makefile
diff -u pkgsrc/archivers/minizip/Makefile:1.1 pkgsrc/archivers/minizip/Makefile:1.2
--- pkgsrc/archivers/minizip/Makefile:1.1       Tue Mar 31 10:25:28 2020
+++ pkgsrc/archivers/minizip/Makefile   Wed Apr  1 09:55:12 2020
@@ -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 @@ GNU_CONFIGURE=        yes
 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