pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/digikam-kde3 Deal with Jasper fallout.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a4122cd72bb
branches:  trunk
changeset: 356224:1a4122cd72bb
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 22 21:03:50 2016 +0000

description:
Deal with Jasper fallout.

diffstat:

 graphics/digikam-kde3/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 98d2bd5ea59b -r 1a4122cd72bb graphics/digikam-kde3/Makefile
--- a/graphics/digikam-kde3/Makefile    Thu Dec 22 21:03:38 2016 +0000
+++ b/graphics/digikam-kde3/Makefile    Thu Dec 22 21:03:50 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2016/12/04 05:17:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.53 2016/12/22 21:03:50 joerg Exp $
 
 DISTNAME=              digikam-0.9.6
 PKGREVISION=           47
@@ -42,4 +42,7 @@
 BUILDLINK_API_DEPENDS.libkexiv2+=      libkexiv2>=0.1.6
 BUILDLINK_API_DEPENDS.libkdcraw+=      libkdcraw>=0.1.6
 
+# jasper uses SIZE_MAX and friends in its headers.
+CPPFLAGS+=     -D__STDC_LIMIT_MACROS
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index