updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / xotcl / xotcl-1.6.5.patch
blobab19633cbef177064f3b700d70d37d52e0f5658e
1 diff -Naur xotcl-1.6.5-orig/configure xotcl-1.6.5/configure
2 --- xotcl-1.6.5-orig/configure 2009-10-24 21:17:16.000000000 +0400
3 +++ xotcl-1.6.5/configure 2009-11-28 11:38:44.000000000 +0300
4 @@ -7149,7 +7149,7 @@
5 ;;
6 esac
7 else
8 - if test ! -f "${TCL_SRC_DIR}/generic/tclInt.h" ; then
9 + if test ! -f "${TCL_SRC_DIR}/tclInt.h" ; then
10 { { echo "$as_me:$LINENO: error: Cannot find private header tclInt.h in ${TCL_SRC_DIR}" >&5
11 echo "$as_me: error: Cannot find private header tclInt.h in ${TCL_SRC_DIR}" >&2;}
12 { (exit 1); exit 1; }; }
13 diff -Naur xotcl-1.6.5-orig/library/store/XOTclGdbm/tcl.m4 xotcl-1.6.5/library/store/XOTclGdbm/tcl.m4
14 --- xotcl-1.6.5-orig/library/store/XOTclGdbm/tcl.m4 2007-10-14 22:05:10.000000000 +0400
15 +++ xotcl-1.6.5/library/store/XOTclGdbm/tcl.m4 2009-11-28 11:39:09.000000000 +0300
16 @@ -3413,7 +3413,7 @@
18 esac
19 else
20 - if test ! -f "${TCL_SRC_DIR}/generic/tclInt.h" ; then
21 + if test ! -f "${TCL_SRC_DIR}/tclInt.h" ; then
22 AC_MSG_ERROR([Cannot find private header tclInt.h in ${TCL_SRC_DIR}])
25 diff -Naur xotcl-1.6.5-orig/library/store/XOTclSdbm/tcl.m4 xotcl-1.6.5/library/store/XOTclSdbm/tcl.m4
26 --- xotcl-1.6.5-orig/library/store/XOTclSdbm/tcl.m4 2007-10-14 22:05:11.000000000 +0400
27 +++ xotcl-1.6.5/library/store/XOTclSdbm/tcl.m4 2009-11-28 11:38:59.000000000 +0300
28 @@ -3413,7 +3413,7 @@
30 esac
31 else
32 - if test ! -f "${TCL_SRC_DIR}/generic/tclInt.h" ; then
33 + if test ! -f "${TCL_SRC_DIR}/tclInt.h" ; then
34 AC_MSG_ERROR([Cannot find private header tclInt.h in ${TCL_SRC_DIR}])
37 diff -Naur xotcl-1.6.5-orig/library/xml/TclExpat-1.1/tcl.m4 xotcl-1.6.5/library/xml/TclExpat-1.1/tcl.m4
38 --- xotcl-1.6.5-orig/library/xml/TclExpat-1.1/tcl.m4 2007-10-14 22:05:11.000000000 +0400
39 +++ xotcl-1.6.5/library/xml/TclExpat-1.1/tcl.m4 2009-11-28 11:39:16.000000000 +0300
40 @@ -3413,7 +3413,7 @@
42 esac
43 else
44 - if test ! -f "${TCL_SRC_DIR}/generic/tclInt.h" ; then
45 + if test ! -f "${TCL_SRC_DIR}/tclInt.h" ; then
46 AC_MSG_ERROR([Cannot find private header tclInt.h in ${TCL_SRC_DIR}])
49 diff -Naur xotcl-1.6.5-orig/tcl.m4 xotcl-1.6.5/tcl.m4
50 --- xotcl-1.6.5-orig/tcl.m4 2008-02-23 20:53:45.000000000 +0300
51 +++ xotcl-1.6.5/tcl.m4 2009-11-28 11:38:14.000000000 +0300
52 @@ -3413,7 +3413,7 @@
54 esac
55 else
56 - if test ! -f "${TCL_SRC_DIR}/generic/tclInt.h" ; then
57 + if test ! -f "${TCL_SRC_DIR}/tclInt.h" ; then
58 AC_MSG_ERROR([Cannot find private header tclInt.h in ${TCL_SRC_DIR}])