pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Dec 17 14:19:27 UTC 2016

Modified Files:
        pkgsrc/x11/kdelibs3: Makefile
        pkgsrc/x11/kdelibs4: Makefile

Log Message:
Help Jasper finding the limit macros.


To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 pkgsrc/x11/kdelibs3/Makefile
cvs rdiff -u -r1.86 -r1.87 pkgsrc/x11/kdelibs4/Makefile

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

Modified files:

Index: pkgsrc/x11/kdelibs3/Makefile
diff -u pkgsrc/x11/kdelibs3/Makefile:1.188 pkgsrc/x11/kdelibs3/Makefile:1.189
--- pkgsrc/x11/kdelibs3/Makefile:1.188  Sat Dec  3 22:05:08 2016
+++ pkgsrc/x11/kdelibs3/Makefile        Sat Dec 17 14:19:27 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.188 2016/12/03 22:05:08 maya Exp $
+# $NetBSD: Makefile,v 1.189 2016/12/17 14:19:27 joerg Exp $
 
 DISTNAME=      kdelibs-${_KDE_VERSION}
 PKGREVISION=   40
@@ -69,6 +69,9 @@ SPECIAL_PERMS+=       ${PREFIX}/bin/kgrantpty 
 # so force this as configure gets this wrong on Solaris 9
 CONFIGURE_ENV.SunOS+= ac_cv_lib_bzip2='no'
 
+# jasper uses SIZE_MAX and friends in its headers.
+CPPFLAGS+=     -D__STDC_LIMIT_MACROS
+
 .include "options.mk"
 
 PLIST_VARS+=           kded

Index: pkgsrc/x11/kdelibs4/Makefile
diff -u pkgsrc/x11/kdelibs4/Makefile:1.86 pkgsrc/x11/kdelibs4/Makefile:1.87
--- pkgsrc/x11/kdelibs4/Makefile:1.86   Fri Oct  7 18:25:36 2016
+++ pkgsrc/x11/kdelibs4/Makefile        Sat Dec 17 14:19:27 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2016/10/07 18:25:36 adam Exp $
+# $NetBSD: Makefile,v 1.87 2016/12/17 14:19:27 joerg Exp $
 
 DISTNAME=      kdelibs-4.14.15
 PKGNAME=       ${DISTNAME:S/-4/4-4/}
@@ -89,6 +89,9 @@ PLIST.kgrantpty=      yes
 CFLAGS.SunOS+=         -D__EXTENSIONS__
 LDFLAGS.SunOS+=                -lintl
 
+# jasper uses SIZE_MAX and friends in its headers.
+CXXFLAGS+=     -D__STDC_LIMIT_MACROS
+
 BUILDLINK_DEPMETHOD.qt4-tools=         full
 .include "../../meta-pkgs/kde4/kde4.mk"
 



Home | Main Index | Thread Index | Old Index