05e68fc209
This version contains build problem with gcc4 reported and patch provided by Yakovetsky Vladimir in PR 36943.
16 lines
428 B
Text
16 lines
428 B
Text
$NetBSD: patch-aa,v 1.5 2007/09/07 13:53:44 obache Exp $
|
|
|
|
--- configure.orig 2004-08-14 12:26:59.000000000 +0000
|
|
+++ configure
|
|
@@ -2279,9 +2279,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
# -----------------------------------------------------------------------
|
|
|
|
tttIncludes=""
|
|
-tttLibraries=""
|
|
+tttLibraries="${PTHREAD_LDFLAGS}"
|
|
tttAuxLibs=""
|
|
-tttRunPath=""
|
|
+tttRunPath="${PREFIX}/lib"
|
|
tttFlags=""
|
|
|
|
ttt_ckcmd_tcl_home=""
|