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:   jperkin
Date:           Mon May 22 09:14:59 UTC 2017

Modified Files:
        pkgsrc/net/fping: Makefile

Log Message:
Package requires C99.  SunOS requires XPG6 and __EXTENSIONS__.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/net/fping/Makefile:1.18
--- pkgsrc/net/fping/Makefile:1.17      Sat May 20 11:25:50 2017
+++ pkgsrc/net/fping/Makefile   Mon May 22 09:14:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/05/20 11:25:50 adam Exp $
+# $NetBSD: Makefile,v 1.18 2017/05/22 09:14:59 jperkin Exp $
 
 DISTNAME=      fping-4.0
 CATEGORIES=    net
@@ -8,11 +8,12 @@ MAINTAINER=   abs%NetBSD.org@localhost
 HOMEPAGE=      http://www.fping.org/
 COMMENT=       Quickly ping many hosts w/o flooding the network
 
-GNU_CONFIGURE=         yes
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c99
 
-SPECIAL_PERMS+=                sbin/fping ${SETUID_ROOT_PERMS}
+SPECIAL_PERMS+=        sbin/fping ${SETUID_ROOT_PERMS}
 
-CPPFLAGS.SunOS+=       -Dn_time=uint32_t
+CFLAGS.SunOS+= -Dn_time=uint32_t -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index