pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2019Q3]: pkgsrc/net/mtr Pullup ticket #6063 - requested by tron
details: https://anonhg.NetBSD.org/pkgsrc/rev/102fca2561ee
branches: pkgsrc-2019Q3
changeset: 408088:102fca2561ee
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Thu Oct 03 15:36:31 2019 +0000
description:
Pullup ticket #6063 - requested by tron
net/mtr: Solaris build fix
Revisions pulled up:
- net/mtr/Makefile 1.110
---
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
diffstat:
net/mtr/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r b4ed421df1b2 -r 102fca2561ee net/mtr/Makefile
--- a/net/mtr/Makefile Thu Oct 03 15:35:58 2019 +0000
+++ b/net/mtr/Makefile Thu Oct 03 15:36:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2019/09/07 18:50:19 kim Exp $
+# $NetBSD: Makefile,v 1.109.2.1 2019/10/03 15:36:31 bsiegert Exp $
DISTNAME= mtr-0.93
PKGREVISION= 1
@@ -21,6 +21,8 @@
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