add missing patch - make pastefile work with bsd tar

This commit is contained in:
martynas 2009-09-13 18:26:53 +00:00
parent 9dfc86c28b
commit ce58ff7a11
2 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2009/09/10 21:42:22 martynas Exp $
# $OpenBSD: Makefile,v 1.6 2009/09/13 18:26:53 martynas Exp $
COMMENT= command line interface to X selections
DISTNAME= xclip-0.11
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xclip/}
HOMEPAGE= http://xclip.sourceforge.net/

View File

@ -0,0 +1,9 @@
$OpenBSD: patch-xclip-pastefile,v 1.1 2009/09/13 18:26:53 martynas Exp $
--- xclip-pastefile.orig Tue Aug 25 12:27:44 2009
+++ xclip-pastefile Tue Aug 25 12:27:47 2009
@@ -4,4 +4,4 @@ if [ "x$1" != "x" ]; then
echo "Usage: $0" >&2
exit 1
fi
-xclip -selection secondary -o | gunzip -c | tar xv
+xclip -selection secondary -o | gunzip -c | tar xvf -