pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libxcb a Python script needed for build contains t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9cd3e22cdfa4
branches: trunk
changeset: 394876:9cd3e22cdfa4
user: drochner <drochner%pkgsrc.org@localhost>
date: Thu Jun 18 11:08:18 2009 +0000
description:
a Python script needed for build contains tons if these ugly
"conditional expressions", so it needs Python-2.5+
diffstat:
x11/libxcb/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 0ed9f69c2abe -r 9cd3e22cdfa4 x11/libxcb/Makefile
--- a/x11/libxcb/Makefile Thu Jun 18 10:19:46 2009 +0000
+++ b/x11/libxcb/Makefile Thu Jun 18 11:08:18 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/05/29 09:27:45 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2009/06/18 11:08:18 drochner Exp $
#
DISTNAME= libxcb-1.3
@@ -71,6 +71,8 @@
SUBST_STAGE.pc= pre-configure
SUBST_VARS.pc= XTHREADLIB XTHREAD_CPPFLAGS
+PYTHON_VERSIONS_ACCEPTED= 26 25
+
post-extract:
${CHMOD} -R go-w ${WRKSRC}
Home |
Main Index |
Thread Index |
Old Index