pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/kopete



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Dec 18 21:53:31 UTC 2016

Modified Files:
        pkgsrc/net/kopete: Makefile

Log Message:
Deal with Jasper fallout.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/kopete/Makefile

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

Modified files:

Index: pkgsrc/net/kopete/Makefile
diff -u pkgsrc/net/kopete/Makefile:1.25 pkgsrc/net/kopete/Makefile:1.26
--- pkgsrc/net/kopete/Makefile:1.25     Sun Dec  4 05:17:37 2016
+++ pkgsrc/net/kopete/Makefile  Sun Dec 18 21:53:31 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2016/12/04 05:17:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2016/12/18 21:53:31 joerg Exp $
 
 DISTNAME=      kopete-15.12.0
 PKGREVISION=   4
@@ -26,6 +26,9 @@ REPLACE_SH+= \
        protocols/winpopup/winpopup-install \
        protocols/winpopup/winpopup-send
 
+# jasper uses SIZE_MAX and friends in its headers.
+CXXFLAGS+=     -D__STDC_LIMIT_MACROS
+
 .include "../../meta-pkgs/kde4/kde4.mk"
 
 .include "../../audio/alsa-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index