- committed the wrong file
Pointyhat to: db
This commit is contained in:
parent
3abce8e519
commit
5e34f9f8f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200365
2 changed files with 11 additions and 19 deletions
11
devel/e4graph/files/patch-all_configure
Normal file
11
devel/e4graph/files/patch-all_configure
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.orig Fri Mar 5 20:56:14 2004
|
||||
+++ configure Fri Sep 28 17:25:04 2007
|
||||
@@ -4477,7 +4477,7 @@
|
||||
TCL_LIB=${TCL_LIB_SPEC}
|
||||
TCL_INC=${TCL_INCLUDE_SPEC}
|
||||
TCL_STB=${TCL_STUB_LIB_SPEC}
|
||||
- TCL_PKG=${TCL_PACKAGE_PATH}/tcl${TCL_VERSION}
|
||||
+ TCL_PKG=${TCL_PREFIX}/lib/tcl${TCL_VERSION}
|
||||
echo "$ac_t""${TCL_INCLUDE_SPEC}" 1>&6
|
||||
else
|
||||
TCL_LIB="# No Tcl library found"
|
|
@ -1,19 +0,0 @@
|
|||
--- all/configure.orig Fri Mar 5 20:56:14 2004
|
||||
+++ all/configure Thu Sep 27 15:48:56 2007
|
||||
@@ -4478,12 +4478,16 @@
|
||||
TCL_INC=${TCL_INCLUDE_SPEC}
|
||||
TCL_STB=${TCL_STUB_LIB_SPEC}
|
||||
TCL_PKG=${TCL_PACKAGE_PATH}/tcl${TCL_VERSION}
|
||||
+ echo TCL_PACKAGE_PATH = "\"${TCL_PACKAGE_PATH}\""
|
||||
+ echo TCL_VERSION = "\"${TCL_VERSION}\""
|
||||
+ echo TCL_PKG = "\"${TCL_PKG}\""
|
||||
echo "$ac_t""${TCL_INCLUDE_SPEC}" 1>&6
|
||||
else
|
||||
TCL_LIB="# No Tcl library found"
|
||||
TCL_INC="# No tcl.h found"
|
||||
TCL_STB="# No libtclstubs.a found"
|
||||
TCL_PKG="# No TCL_PACKAGE_PATH found"
|
||||
+ echo TCL_PKG = "\"${TCL_PKG}\""
|
||||
echo "$ac_t""not found" 1>&6
|
||||
fi
|
||||
|
Loading…
Reference in a new issue