pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/fping



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sat Dec 10 23:18:54 UTC 2016

Modified Files:
        pkgsrc/net/fping: Makefile

Log Message:
define n_time on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/fping/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/fping/Makefile
diff -u pkgsrc/net/fping/Makefile:1.15 pkgsrc/net/fping/Makefile:1.16
--- pkgsrc/net/fping/Makefile:1.15      Tue Nov  1 14:53:29 2016
+++ pkgsrc/net/fping/Makefile   Sat Dec 10 23:18:54 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2016/11/01 14:53:29 adam Exp $
+# $NetBSD: Makefile,v 1.16 2016/12/10 23:18:54 wiedi Exp $
 
 DISTNAME=      fping-3.13
 CATEGORIES=    net
@@ -14,6 +14,8 @@ GNU_CONFIGURE=                yes
 SPECIAL_PERMS+=                sbin/fping ${SETUID_ROOT_PERMS}
 SPECIAL_PERMS+=                sbin/fping6 ${SETUID_ROOT_PERMS}
 
+CPPFLAGS.SunOS+=       -Dn_time=uint32_t
+
 .include "options.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index