mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
23 lines
605 B
Plaintext
23 lines
605 B
Plaintext
$NetBSD: patch-ae,v 1.2 2012/06/03 17:28:24 wiz Exp $
|
|
|
|
--- 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 = xcbgen
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = xcb-proto.pc
|
|
EXTRA_DIST = doc xcb-proto.pc.in autogen.sh
|
|
@@ -661,7 +661,7 @@ info: info-recursive
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-pkgconfigDATA
|
|
+install-data-am: #install-pkgconfigDATA
|
|
|
|
install-dvi: install-dvi-recursive
|
|
|