Files
pkgsrc-ng/x11/Xcomposite/patches/patch-aa
2013-09-26 17:14:40 +02:00

17 lines
628 B
Plaintext

$NetBSD: patch-aa,v 1.1 2006/04/19 12:22:20 reed Exp $
--- configure.orig 2006-04-18 22:25:00.000000000 -0700
+++ configure 2006-04-18 22:27:54.000000000 -0700
@@ -19875,7 +19875,11 @@
# Check compositeext configuration, strip extra digits from package version to
# find the required protocol version
+#COMPOSITEEXT_VERSION=`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`
+# hack until we get this updated
+# pkgsrc was using testing versions, real versions have lower version
COMPOSITEEXT_VERSION=`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`
+COMPOSITEEXT_VERSION=0.3
succeeded=no