freebsd-ports/www/tcldom-libxml2/files/patch-src-libxml2-configure
Beech Rintoul 14f9a7a695 TclDOM is a Tcl language binding for the W3C's DOM standard. DOM
provides a tree view of an XML document.

TclDOM is a package with several implementations, including one
written in pure Tcl, one written in C based on TclDOMPro and
another that wraps the Gnome libxml2 library.
This port installs the libxml2 part.

PR:		ports/123956
Submitted by:	Frank Fenor <frank at fenor.de>
2008-07-25 04:31:42 +00:00

11 lines
296 B
Text

--- configure.orig 2008-04-28 10:45:06.000000000 +0200
+++ configure 2008-04-28 10:45:36.000000000 +0200
@@ -3192,7 +3192,7 @@
TCL_INCLUDES=-I\"${INCLUDE_DIR_NATIVE}\"
-
+ TCL_SRC_DIR=${with_tclinclude}
echo $ac_n "checking for Tcl private include files""... $ac_c" 1>&6