pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xsel



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Nov 29 20:37:32 UTC 2020

Modified Files:
        pkgsrc/x11/xsel: Makefile

Log Message:
xsel: Strip out -Werror


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xsel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xsel/Makefile
diff -u pkgsrc/x11/xsel/Makefile:1.2 pkgsrc/x11/xsel/Makefile:1.3
--- pkgsrc/x11/xsel/Makefile:1.2        Mon Oct 29 05:07:20 2012
+++ pkgsrc/x11/xsel/Makefile    Sun Nov 29 20:37:32 2020
@@ -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:



Home | Main Index | Thread Index | Old Index