pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/mtr
Module Name: pkgsrc
Committed By: tron
Date: Thu Oct 3 11:01:39 UTC 2019
Modified Files:
pkgsrc/net/mtr: Makefile
Log Message:
mtr: Fix build under Solaris
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/net/mtr/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/mtr/Makefile
diff -u pkgsrc/net/mtr/Makefile:1.109 pkgsrc/net/mtr/Makefile:1.110
--- pkgsrc/net/mtr/Makefile:1.109 Sat Sep 7 18:50:19 2019
+++ pkgsrc/net/mtr/Makefile Thu Oct 3 11:01:39 2019
@@ -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}
Home |
Main Index |
Thread Index |
Old Index