pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/digikam



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 22 21:03:39 UTC 2016

Modified Files:
        pkgsrc/graphics/digikam: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 pkgsrc/graphics/digikam/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/digikam/Makefile
diff -u pkgsrc/graphics/digikam/Makefile:1.126 pkgsrc/graphics/digikam/Makefile:1.127
--- pkgsrc/graphics/digikam/Makefile:1.126      Fri Oct  7 18:25:52 2016
+++ pkgsrc/graphics/digikam/Makefile    Thu Dec 22 21:03:38 2016
@@ -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 @@ CXXFLAGS.NetBSD+=     -D_KERNTYPES
 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