pkgsrc/net/ttt/patches/patch-aa
obache 05e68fc209 Update ttt to version 1.8.2.
This version contains build problem with gcc4 reported and patch provided
by Yakovetsky Vladimir in PR 36943.
2007-09-07 13:53:44 +00:00

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=""