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 10:46:24 UTC 2020

Modified Files:
        pkgsrc/archivers/minizip: Makefile

Log Message:
minizip: Re-enable using fopen64 on Linux only

requested by wiz


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/archivers/minizip/Makefile:1.3
--- pkgsrc/archivers/minizip/Makefile:1.2       Wed Apr  1 09:55:12 2020
+++ pkgsrc/archivers/minizip/Makefile   Wed Apr  1 10:46:24 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2020/04/01 09:55:12 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/04/01 10:46:24 nia Exp $
 
 DISTNAME=      zlib-1.2.11
 PKGNAME=       ${DISTNAME:S/zlib-/minizip-/1}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    archivers
 MASTER_SITES=  http://zlib.net/
 EXTRACT_SUFX=  .tar.xz
@@ -18,7 +18,11 @@ GNU_CONFIGURE=       yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    autoconf automake autoreconf
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != "Linux"
 CPPFLAGS+=     -DUSE_FILE32API
+.endif
 
 PKGCONFIG_OVERRIDE+=   minizip.pc.in
 



Home | Main Index | Thread Index | Old Index