diff options
author | leot <leot@pkgsrc.org> | 2017-04-27 10:29:26 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-04-27 10:29:26 +0000 |
commit | 04dbff252597c8a793e663b599248157e1e5d462 (patch) | |
tree | 4001f867c6ccda4d85c2a3cec1e937c75a544ecb /misc/tmux | |
parent | 23b7abe97e65c116ecfbd97ce0caf5c866ebce39 (diff) | |
download | pkgsrc-04dbff252597c8a793e663b599248157e1e5d462.tar.gz |
It is no longer needed to add -D_OPENBSD_SOURCE to CPPFLAGS for
reallocarray(3) in NetBSD, fixed in tmux-2.4 by upstream (NFC).
Diffstat (limited to 'misc/tmux')
-rw-r--r-- | misc/tmux/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile index 6d64baf9878..88711d151f3 100644 --- a/misc/tmux/Makefile +++ b/misc/tmux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2017/04/21 11:55:37 fhajny Exp $ +# $NetBSD: Makefile,v 1.41 2017/04/27 10:29:26 leot Exp $ DISTNAME= tmux-2.4 CATEGORIES= misc @@ -28,10 +28,6 @@ BUILDLINK_TRANSFORM+= opt:-D_XPG4_2:-D_XPG6 CPPFLAGS+= -D__DARWIN_VERS_1050=0 .endif -# XXX: This will not needed for tmux-2.4 because a different fix -# XXX: was applied by upstream! -CPPFLAGS.NetBSD+= -D_OPENBSD_SOURCE # for reallocarray(3) - .include "../../devel/libevent/buildlink3.mk" BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0.10 .include "../../mk/curses.buildlink3.mk" |