mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
430 B
Plaintext
16 lines
430 B
Plaintext
$NetBSD: patch-aa,v 1.29 2016/05/24 12:00:08 he Exp $
|
|
|
|
Move EXAMPLES_DIR to fit pkgsrc.
|
|
|
|
--- Makefile.in.orig 2014-10-16 07:35:13.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -835,7 +835,7 @@ cmake_DATA = libxml2-config.cmake
|
|
#
|
|
BASE_DIR = $(datadir)/doc
|
|
DOC_MODULE = libxml2-$(VERSION)
|
|
-EXAMPLES_DIR = $(BASE_DIR)/$(DOC_MODULE)/examples
|
|
+EXAMPLES_DIR = $(datadir)/examples/libxml2
|
|
|
|
#
|
|
# Coverage support, largely borrowed from libvirt
|