pkgsrc-WIP-changes archive

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

libxlsxwriter: Use LFS macros



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Mon Dec 10 23:55:38 2018 +0100
Changeset:	bd2dff11dfdb5410e505a8750e1059e8cbe98921

Modified Files:
	libxlsxwriter/Makefile

Log Message:
libxlsxwriter: Use LFS macros

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bd2dff11dfdb5410e505a8750e1059e8cbe98921

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

diffstat:
 libxlsxwriter/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/libxlsxwriter/Makefile b/libxlsxwriter/Makefile
index 16ec421db8..4ba89d5add 100644
--- a/libxlsxwriter/Makefile
+++ b/libxlsxwriter/Makefile
@@ -13,10 +13,11 @@ LICENSE=	2-clause-bsd AND original-bsd AND zlib AND mpl-2.0
 USE_TOOLS+=	gmake
 USE_LANGUAGES+=	c c++
 
+# more verbose output
 MAKE_FLAGS+=	V=1
 MAKE_FLAGS+=	INSTALL_DIR=${DESTDIR}${PREFIX}
-# prevent minizip from assuming fopen64 and friends exist
-CFLAGS+=	-DIOAPI_NO_64
+# minizip/ioapi.c has broken logic for checking for fopen64 etc
+CFLAGS+=	-DIOAPI_NO_64 -D_FILE_OFFSET_BITS=64
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index