summaryrefslogtreecommitdiff
path: root/net/fping
diff options
context:
space:
mode:
authorwiedi <wiedi>2016-12-10 23:18:54 +0000
committerwiedi <wiedi>2016-12-10 23:18:54 +0000
commit8e437958b27973c88cd66a8f95948cb8765ab63e (patch)
tree72437618f21aef3f43929fff21e9c77fd87aa243 /net/fping
parenta5a831a24ca146947f275423e3ae4360d1864294 (diff)
downloadpkgsrc-8e437958b27973c88cd66a8f95948cb8765ab63e.tar.gz
define n_time on SunOS
Diffstat (limited to 'net/fping')
-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"