diff options
Diffstat (limited to 'print/poppler-glib')
-rw-r--r-- | print/poppler-glib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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" |