ports/math/R/files/patch-configure
Martin Wilke 7b422ac63c - Update to 2.9.2
- Fix build with custom PREFIX

PR:		based on 135927
Submitted by:	bf <bf1783@gmail.com> (maintainer)
2009-08-27 09:16:19 +00:00

12 lines
480 B
Text

#extra linker flags for threaded tk
--- configure.orig 2009-06-03 19:08:21.000000000 -0400
+++ configure 2009-06-03 19:48:48.000000000 -0400
@@ -43400,7 +43400,7 @@
## Part 2. Try finding the tk library.
if test -n "${TK_CONFIG}"; then
. ${TK_CONFIG}
- TCLTK_LIBS="${TCLTK_LIBS} ${TK_LIB_SPEC} ${TK_XLIBSW}"
+ TCLTK_LIBS="${TCLTK_LIBS} ${TK_LIB_SPEC} ${TK_XLIBSW} ${TCL_LD_FLAGS}"
else
{ echo "$as_me:$LINENO: checking for Tk_Init in -ltk" >&5