freebsd-ports/lang/xotcl/files/patch-configure
Martin Matuska 11026b2530 - Update to 1.6.6
- Add dependency on expat
2010-05-11 09:44:49 +00:00

11 lines
512 B
Text

--- configure.orig 2010-03-06 11:14:38.000000000 +0100
+++ configure 2010-05-11 10:30:25.126687046 +0200
@@ -7341,7 +7342,7 @@
esac
result="Using ${TCL_INCLUDES}"
else
- if test ! -f "${TCL_SRC_DIR}/generic/tclInt.h" ; then
+ if test ! -f "${TCL_INCLUDEDIR}/generic/tclInt.h" ; then
{ { echo "$as_me:$LINENO: error: Cannot find private header tclInt.h in ${TCL_SRC_DIR}" >&5
echo "$as_me: error: Cannot find private header tclInt.h in ${TCL_SRC_DIR}" >&2;}
{ (exit 1); exit 1; }; }