summaryrefslogtreecommitdiff
path: root/net/fping/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/fping/Makefile')
-rw-r--r--net/fping/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile
index f0d8c78caa1..d5039cda9b5 100644
--- a/net/fping/Makefile
+++ b/net/fping/Makefile
@@ -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"