blob: ded0dea157173c55b28de6b8fc9ef28748a8fd3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-contrib_config.make-Darwin,v 1.1 2014/05/15 01:14:44 pho Exp $
Do not override XML_CATALOG_FILES on Darwin. That will only make
xmllint try to find a wrong catalog.
--- contrib/config.make-Darwin.orig 2013-08-24 14:42:16.000000000 +0000
+++ contrib/config.make-Darwin
@@ -1,8 +1,5 @@
# Example configuration for Darwin / Mac OS X.
-# Work-around for Homebrew-based xmlto.
-export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
-
LDLIBS = -lcurses -liconv
CPPFLAGS = -DHAVE_CURSES_H
|