pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/digikam-kde3



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

Modified Files:
        pkgsrc/graphics/digikam-kde3: Makefile

Log Message:
Deal with Jasper fallout.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/graphics/digikam-kde3/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-kde3/Makefile
diff -u pkgsrc/graphics/digikam-kde3/Makefile:1.52 pkgsrc/graphics/digikam-kde3/Makefile:1.53
--- pkgsrc/graphics/digikam-kde3/Makefile:1.52  Sun Dec  4 05:17:29 2016
+++ pkgsrc/graphics/digikam-kde3/Makefile       Thu Dec 22 21:03:50 2016
@@ -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.kdelibs+=       kdelibs>
 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