summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2014-03-25 22:56:56 +0000
committerasau <asau@pkgsrc.org>2014-03-25 22:56:56 +0000
commit9157f05afa5f5fee54ae826ba51d299ee2dd3de1 (patch)
tree8473e4d999f587ba42a3894132798c0eb5cc25e1 /print
parent456f3d724e8032c80d4b213fae047cf126b32049 (diff)
downloadpkgsrc-9157f05afa5f5fee54ae826ba51d299ee2dd3de1.tar.gz
Define LLONG_MAX for FreeBSD 9-10.
Diffstat (limited to 'print')
-rw-r--r--print/poppler-glib/Makefile4
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"