pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/spdylay Depends on INT64_MAX to be available in pr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0b112fa3d70
branches:  trunk
changeset: 358698:f0b112fa3d70
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Feb 18 13:57:06 2017 +0000

description:
Depends on INT64_MAX to be available in pre-C++11 mode.

diffstat:

 www/spdylay/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6b32e8289acc -r f0b112fa3d70 www/spdylay/Makefile
--- a/www/spdylay/Makefile      Sat Feb 18 13:39:22 2017 +0000
+++ b/www/spdylay/Makefile      Sat Feb 18 13:57:06 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/01/26 20:43:12 adam Exp $
+# $NetBSD: Makefile,v 1.6 2017/02/18 13:57:06 joerg Exp $
 
 DISTNAME=      spdylay-1.4.0
 CATEGORIES=    www
@@ -26,6 +26,8 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+CPPFLAGS+=             -D__STDC_LIMIT_MACROS
+
 LIBS.SunOS+=   -lsocket
 
 # bin/spdyd requires epoll or kqueue



Home | Main Index | Thread Index | Old Index