diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/mtr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 4c685abd50c..49230c7750d 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.109 2019/09/07 18:50:19 kim Exp $ +# $NetBSD: Makefile,v 1.110 2019/10/03 11:01:39 tron Exp $ DISTNAME= mtr-0.93 PKGREVISION= 1 @@ -21,6 +21,8 @@ GNU_CONFIGURE= YES USE_TOOLS+= pkg-config INSTALLATION_DIRS= share/doc/mtr +CPPFLAGS.SunOS+= -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 + .include "options.mk" SPECIAL_PERMS= sbin/mtr-packet ${SETUID_ROOT_PERMS} |