diff options
author | joerg <joerg@pkgsrc.org> | 2016-12-17 14:19:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-12-17 14:19:27 +0000 |
commit | a98fb035991f3570c442cff620d997d6373d25be (patch) | |
tree | 8143bfcb9cf64e317634a591fb5b4893333a9a33 /x11/kdelibs4 | |
parent | a18ac56f6014335960ec13e0a4a58f1a69e3e7bc (diff) | |
download | pkgsrc-a98fb035991f3570c442cff620d997d6373d25be.tar.gz |
Help Jasper finding the limit macros.
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r-- | x11/kdelibs4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index a6104ec481c..b79f5c05283 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2016/10/07 18:25:36 adam Exp $ +# $NetBSD: Makefile,v 1.87 2016/12/17 14:19:27 joerg Exp $ DISTNAME= kdelibs-4.14.15 PKGNAME= ${DISTNAME:S/-4/4-4/} @@ -89,6 +89,9 @@ PLIST.kgrantpty= yes CFLAGS.SunOS+= -D__EXTENSIONS__ LDFLAGS.SunOS+= -lintl +# jasper uses SIZE_MAX and friends in its headers. +CXXFLAGS+= -D__STDC_LIMIT_MACROS + BUILDLINK_DEPMETHOD.qt4-tools= full .include "../../meta-pkgs/kde4/kde4.mk" |