pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/digikam Deal with Jasper fallout. Still doesn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98d2bd5ea59b
branches:  trunk
changeset: 356223:98d2bd5ea59b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 22 21:03:38 2016 +0000

description:
Deal with Jasper fallout. Still doesn't build for unrelated reasons.

diffstat:

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

diffs (19 lines):

diff -r f6937bc6a667 -r 98d2bd5ea59b graphics/digikam/Makefile
--- a/graphics/digikam/Makefile Thu Dec 22 21:03:12 2016 +0000
+++ b/graphics/digikam/Makefile Thu Dec 22 21:03:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.126 2016/10/07 18:25:52 adam Exp $
+# $NetBSD: Makefile,v 1.127 2016/12/22 21:03:38 joerg Exp $
 
 DISTNAME=      digikam-4.13.0
 PKGREVISION=   4
@@ -29,6 +29,9 @@
 post-patch:
        rm ${WRKSRC}/po/*/kipiplug* ${WRKSRC}/po/*/libkipi*
 
+# jasper uses SIZE_MAX and friends in its headers.
+CXXFLAGS+=     -D__STDC_LIMIT_MACROS
+
 .include "../../meta-pkgs/kde4/kde4.mk"
 .include "../../databases/mysql55-server/buildlink3.mk"
 .include "../../devel/libgphoto2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index