pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libraw



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Dec 17 14:23:55 UTC 2016

Modified Files:
        pkgsrc/graphics/libraw: Makefile

Log Message:
Deal with Jasper's dependency on the limit macros.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/libraw/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/libraw/Makefile
diff -u pkgsrc/graphics/libraw/Makefile:1.24 pkgsrc/graphics/libraw/Makefile:1.25
--- pkgsrc/graphics/libraw/Makefile:1.24        Sun Jun 19 05:04:57 2016
+++ pkgsrc/graphics/libraw/Makefile     Sat Dec 17 14:23:55 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2016/06/19 05:04:57 markd Exp $
+# $NetBSD: Makefile,v 1.25 2016/12/17 14:23:55 joerg Exp $
 
 DISTNAME=      LibRaw-0.17.2
 PKGNAME=       ${DISTNAME:tl}
@@ -21,6 +21,9 @@ CONFIGURE_ARGS+=      --disable-demosaic-pack
 PKGCONFIG_OVERRIDE+=   libraw.pc.in
 PKGCONFIG_OVERRIDE+=   libraw_r.pc.in
 
+# jasper uses SIZE_MAX and friends in its headers.
+CPPFLAGS+=     -D__STDC_LIMIT_MACROS
+
 .include "../../graphics/jasper/buildlink3.mk"
 .include "../../graphics/lcms2/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index