mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-30 23:44:45 -04:00
16 lines
465 B
Plaintext
16 lines
465 B
Plaintext
$NetBSD: patch-ae,v 1.3 2016/05/19 07:07:21 wiz Exp $
|
|
|
|
xcbgen is built by py-xcbgen package.
|
|
|
|
--- Makefile.in.orig 2012-03-23 15:24:26.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -215,7 +215,7 @@ top_build_prefix = @top_build_prefix@
|
|
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 autogen.sh
|