diff options
author | nia <nia@pkgsrc.org> | 2020-11-29 20:37:32 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-11-29 20:37:32 +0000 |
commit | 77e95a531991a8d9e4fd77d633904a007cbe21be (patch) | |
tree | 1adc309d3838a7102ebfb8c33826869f69771a51 /x11/xsel | |
parent | 5f328689877ee0599fadc12563fe6390b6e20c16 (diff) | |
download | pkgsrc-77e95a531991a8d9e4fd77d633904a007cbe21be.tar.gz |
xsel: Strip out -Werror
Diffstat (limited to 'x11/xsel')
-rw-r--r-- | x11/xsel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xsel/Makefile b/x11/xsel/Makefile index 7d0a4252d99..6e20aefdd8b 100644 --- a/x11/xsel/Makefile +++ b/x11/xsel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/29 05:07:20 asau Exp $ +# $NetBSD: Makefile,v 1.3 2020/11/29 20:37:32 nia Exp $ # DISTNAME= xsel-1.2.0 @@ -11,6 +11,8 @@ COMMENT= Manipulate the X selection GNU_CONFIGURE= yes +BUILDLINK_TRANSFORM+= rm:-Werror + BUILDLINK_DEPMETHOD.libXt?= build post-install: |