forked from Lainports/freebsd-ports
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>
11 lines
296 B
Text
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
|