From 9157f05afa5f5fee54ae826ba51d299ee2dd3de1 Mon Sep 17 00:00:00 2001 From: asau Date: Tue, 25 Mar 2014 22:56:56 +0000 Subject: Define LLONG_MAX for FreeBSD 9-10. --- print/poppler-glib/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'print') diff --git a/print/poppler-glib/Makefile b/print/poppler-glib/Makefile index 8a139aa5050..ba733aafd67 100644 --- a/print/poppler-glib/Makefile +++ b/print/poppler-glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2013/10/29 19:05:23 drochner Exp $ +# $NetBSD: Makefile,v 1.58 2014/03/25 22:56:56 asau Exp $ .include "../../print/poppler/Makefile.common" @@ -25,6 +25,8 @@ CONFIGURE_ARGS+= --disable-gtk-test CONFIGURE_ARGS+= --disable-utils CONFIGURE_ARGS+= --disable-poppler-cpp +CFLAGS.FreeBSD+= -DLLONG_MAX=__LLONG_MAX + BUILDLINK_API_DEPENDS.poppler+= poppler-${POPPLER_VERS}{,nb*} .include "../../print/poppler/buildlink3.mk" -- cgit v1.2.3