freebsd-ports/lang/xotcl/files/patch-configure
Martin Matuska b6443eb7a2 - Update to 1.5.5
- Add patch to properly detect private Tcl headers
2007-09-22 11:42:17 +00:00

15 lines
682 B
Text

--- configure.orig 2007-09-22 09:28:35.000000000 +0200
+++ configure 2007-09-22 09:29:34.000000000 +0200
@@ -6676,9 +6676,9 @@
;;
esac
else
- if test ! -f "${TCL_SRC_DIR}/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;}
+ if test ! -f "${TCL_INCLUDEDIR}/generic/tclInt.h" ; then
+ { { echo "$as_me:$LINENO: error: Cannot find private header tclInt.h in ${TCL_INCLUDEDIR}" >&5
+echo "$as_me: error: Cannot find private header tclInt.h in ${TCL_INCLUDEDIR}" >&2;}
{ (exit 1); exit 1; }; }
fi
fi