File:  [NetBSD + pkgsrc-wip] / pkgsrc / x11 / xcb-proto / patches / patch-ae
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Apr 8 13:06:22 2009 UTC (10 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, HEAD
split the "xcbgen" Python extension which comes with xcb-proto
into its own pkg and pull it in the common Python way so that
we ensure matching Python versions

$NetBSD: patch-ae,v 1.1 2009/04/08 13:06:22 drochner Exp $

--- Makefile.in.orig	2009-04-08 13:05:03.000000000 +0200
+++ Makefile.in
@@ -158,7 +158,7 @@ target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 xcbincludedir = @xcbincludedir@
-SUBDIRS = src xcbgen
+SUBDIRS = src
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = xcb-proto.pc
 EXTRA_DIST = doc xcb-proto.pc.in

NetBSD-CVSweb <admin[at]NetBSD[dot]se>