diff options
author | wiz <wiz@pkgsrc.org> | 2019-07-15 07:03:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-07-15 07:03:06 +0000 |
commit | 60b41fb0d3a681fcc75847e418aeb35925f974d4 (patch) | |
tree | c48dc20e6fa050e88b29c8d35bc32fe5e7b3eb81 /x11 | |
parent | 1d9b2375cd522668dfca9982220d44ed5947570a (diff) | |
download | pkgsrc-60b41fb0d3a681fcc75847e418aeb35925f974d4.tar.gz |
xcb: update to 2.4nb2.
Fix RELRO build.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xcb/Makefile b/x11/xcb/Makefile index f2d160e7cad..19d371fa202 100644 --- a/x11/xcb/Makefile +++ b/x11/xcb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2017/09/06 10:40:35 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2019/07/15 07:03:06 wiz Exp $ DISTNAME= xcb-2.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.goof.com/pcg/marc/data/ @@ -11,6 +11,7 @@ COMMENT= Extensible, multiple cut buffers for X USE_IMAKE= YES BUILD_TARGET= all Xcb.ad +MAKE_ENV+= LOCAL_LDFLAGS=${LDFLAGS:Q} .include "../../x11/libXaw/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" |