FreeBSD Bugzilla – Attachment 124930 Details for
Bug 168452
New Port: comms/qtel EchoLink Client and SvrLink audio server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-create_config.sh
patch-create_config.sh (text/x-sh), 1.36 KB, created by
Stephen Hurd
on 2012-06-24 18:58:29 UTC
(
hide
)
Description:
patch-create_config.sh
Filename:
MIME Type:
Creator:
Stephen Hurd
Created:
2012-06-24 18:58:29 UTC
Size:
1.36 KB
patch
obsolete
>--- create_config.sh.orig 2009-04-19 14:10:53.000000000 -0700 >+++ create_config.sh 2012-06-24 10:20:20.000000000 -0700 >@@ -121,12 +121,15 @@ > # Checking for tcl development library > info "--- Checking for TCL development library..." > tclConfig=$(ls /usr/lib/tclConfig.sh /usr/lib/tcl8.*/tclConfig.sh \ >- /usr/lib64/tclConfig.sh /usr/lib64/tcl8.*/tclConfig.sh \ >+ /usr/lib64/tclConfig.sh /usr/lib64/tcl8.*/tclConfig.sh /usr/local/lib/tcl8.*/tclConfig.sh \ > 2>/dev/null | head -1) > if [ -n "$tclConfig" -a -r "$tclConfig" ]; then > . $tclConfig > info "${TCL_VERSION}\n" >- output "TCL_LIBS=-ltcl${TCL_VERSION}" >+ TCL_SVER=`echo ${TCL_VERSION} | tr -d .` >+ output "TCL_LIBPATH=-L/usr/local/lib" >+ output "TCL_LIBS=-ltcl${TCL_SVER}" >+ output "TCL_INCPATH=-I/usr/local/include/tcl${TCL_VERSION}" > else > info "no (required)\n" > exit_error >@@ -137,8 +140,8 @@ > if which pkg-config > /dev/null 2>&1; then > if pkg-config speex; then > ver=$(pkg-config speex --modversion) >- ver_major=$(echo $ver | sed -r 's/^([0-9]+)\..*$/\1/') >- ver_minor=$(echo $ver | sed -r 's/^([0-9]+)\.([0-9]+).*$/\2/') >+ ver_major=$(echo $ver | sed -E 's/^([0-9]+)\..*$/\1/') >+ ver_minor=$(echo $ver | sed -E 's/^([0-9]+)\.([0-9]+).*$/\2/') > info "$ver\n" > output "SPEEX_LIBPATH=$(pkg-config speex --libs-only-L)" > output "SPEEX_LIBS=$(pkg-config speex --libs-only-l)"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 168452
:
124929
| 124930 |
124931
|
124932
|
124933