mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
TclXML is an API for parsing XML documents using the Tcl scripting language. It is also a package with several parser implementations. The goal of the TclXML package is to provide an API for Tcl scripts that allows "Plug-and-Play" parser implementations; ie. an application will be able to use different parser implementations without change to the application code. PR: ports/123163 Submitted by: Frank Fenor
11 lines
No EOL
295 B
Text
11 lines
No EOL
295 B
Text
--- configure.orig 2008-04-28 16:02:30.000000000 +0200
|
|
+++ configure 2008-04-28 16:02:51.000000000 +0200
|
|
@@ -3316,7 +3316,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 |