pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/spdylay
Module Name: pkgsrc
Committed By: joerg
Date: Sat Feb 18 13:57:06 UTC 2017
Modified Files:
pkgsrc/www/spdylay: Makefile
Log Message:
Depends on INT64_MAX to be available in pre-C++11 mode.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/spdylay/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/spdylay/Makefile
diff -u pkgsrc/www/spdylay/Makefile:1.5 pkgsrc/www/spdylay/Makefile:1.6
--- pkgsrc/www/spdylay/Makefile:1.5 Thu Jan 26 20:43:12 2017
+++ pkgsrc/www/spdylay/Makefile Sat Feb 18 13:57:06 2017
@@ -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 @@ PKGCONFIG_OVERRIDE+= lib/libspdylay.pc.i
.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